Class MemoryLocation
java.lang.Object
com.twineworks.tweakflow.lang.load.loadpath.MemoryLocation
- All Implemented Interfaces:
LoadPathLocation
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionMemoryLocation(boolean allowNativeFunctions, boolean allowCaching, Map<String, String> content) MemoryLocation(boolean allowNativeFunctions, Map<String, String> content) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetParseUnit(String path) makeRecoveryUnit(String path) booleanpathExists(String path)
-
Constructor Details
-
MemoryLocation
-
MemoryLocation
-
-
Method Details
-
getParseUnits
-
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
-