Package org.smallmind.file.jailed
Interface JailedPathTranslator
-
- All Known Implementing Classes:
AbstractJailedPathTranslator,ContextSensitiveRootedPathTranslator,RootedPathTranslator
public interface JailedPathTranslator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileSystemgetNativeFileSystem()PathunwrapPath(Path jailedPath)PathwrapPath(JailedFileSystem jailedFileSystem, Path nativePath)
-
-
-
Method Detail
-
getNativeFileSystem
FileSystem getNativeFileSystem()
-
wrapPath
Path wrapPath(JailedFileSystem jailedFileSystem, Path nativePath) throws IOException
- Throws:
IOException
-
unwrapPath
Path unwrapPath(Path jailedPath) throws IOException
- Throws:
IOException
-
-