Class LoadPath.Builder
java.lang.Object
com.twineworks.tweakflow.lang.load.loadpath.LoadPath.Builder
- Enclosing class:
- LoadPath
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(LoadPathLocation location) build()withParseResultCache(ConcurrentHashMap<String, ParseResult> parseResultCache) withRelativeResolver(RelativeResolver relativeResolver)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
add
-
withRelativeResolver
-
withParseResultCache
public LoadPath.Builder withParseResultCache(ConcurrentHashMap<String, ParseResult> parseResultCache) -
addStdLocation
-
addCurrentWorkingDirectory
-