Package org.apache.commons.text.lookup
Class StringLookupFactory.Builder
java.lang.Object
org.apache.commons.text.lookup.StringLookupFactory.Builder
- All Implemented Interfaces:
Supplier<StringLookupFactory>
- Enclosing class:
- StringLookupFactory
public static final class StringLookupFactory.Builder
extends Object
implements Supplier<StringLookupFactory>
Builds instance of
StringLookupFactory
.- Since:
- 1.12.0
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
get
- Specified by:
get
in interfaceSupplier<StringLookupFactory>
-
setFences
Sets Path resolution fences.Path Fences apply to the file, property, and XML string lookups.
- Parameters:
fences
- Path resolution fences.- Returns:
- this.
-