Package org.smallmind.file.jailed
Class AbstractJailedPathTranslator
java.lang.Object
org.smallmind.file.jailed.AbstractJailedPathTranslator
- All Implemented Interfaces:
JailedPathTranslator
- Direct Known Subclasses:
ContextSensitiveRootedPathTranslator,RootedPathTranslator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionunwrapPath(Path rootPath, Path jailedPath) wrapPath(Path rootPath, JailedFileSystem jailedFileSystem, Path nativePath) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.smallmind.file.jailed.JailedPathTranslator
getNativeFileSystem, unwrapPath, wrapPath
-
Constructor Details
-
AbstractJailedPathTranslator
public AbstractJailedPathTranslator()
-
-
Method Details
-
wrapPath
-
unwrapPath
-