Interface LoadPathLocation

All Known Implementing Classes:
FilesystemLocation, MemoryLocation, ResourceLocation

public interface LoadPathLocation
  • Method Details

    • pathExists

      boolean pathExists(String path)
    • getParseUnit

      ParseUnit getParseUnit(String path)
    • resolve

      String resolve(String path)
    • allowsNativeFunctions

      boolean allowsNativeFunctions()
    • allowsCaching

      boolean allowsCaching()
    • makeRecoveryUnit

      ParseUnit makeRecoveryUnit(String path)