Package org.smallmind.file.jailed
Interface JailedPathTranslator
- All Known Implementing Classes:
AbstractJailedPathTranslator,ContextSensitiveRootedPathTranslator,RootedPathTranslator
public interface JailedPathTranslator
-
Method Summary
Modifier and TypeMethodDescriptionunwrapPath(Path jailedPath) wrapPath(JailedFileSystem jailedFileSystem, Path nativePath)
-
Method Details
-
getNativeFileSystem
FileSystem getNativeFileSystem() -
wrapPath
- Throws:
IOException
-
unwrapPath
- Throws:
IOException
-