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