Class FilesystemLocation
java.lang.Object
com.twineworks.tweakflow.lang.load.loadpath.FilesystemLocation
- All Implemented Interfaces:
LoadPathLocation
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetParseUnit(String path) makeRecoveryUnit(String path) booleanpathExists(String path)
-
Method Details
-
getRootPath
-
pathExists
- Specified by:
pathExistsin interfaceLoadPathLocation
-
getParseUnit
- Specified by:
getParseUnitin interfaceLoadPathLocation
-
resolve
- Specified by:
resolvein interfaceLoadPathLocation
-
allowsNativeFunctions
public boolean allowsNativeFunctions()- Specified by:
allowsNativeFunctionsin interfaceLoadPathLocation
-
allowsCaching
public boolean allowsCaching()- Specified by:
allowsCachingin interfaceLoadPathLocation
-
makeRecoveryUnit
- Specified by:
makeRecoveryUnitin interfaceLoadPathLocation
-