Package org.aksw.commons.path.core
Class PathSysBase<T,P extends Path<T>,S>
java.lang.Object
org.aksw.commons.path.core.PathWrapperBase<T,P>
org.aksw.commons.path.core.PathSysBase<T,P,S>
public abstract class PathSysBase<T,P extends Path<T>,S>
extends PathWrapperBase<T,P>
implements PathSys<T,S>
A path where custom value can be set of the 'system' attribute.
This class is intended to mimic
java.nio.Path#getFileSystem and can be used
to associate arbitrary user data with a path.-
Field Summary
FieldsFields inherited from class org.aksw.commons.path.core.PathWrapperBase
delegate -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.aksw.commons.path.core.PathWrapperBase
compareTo, endsWith, getDelegate, getFileName, getName, getNameCount, getParent, getRoot, getSegments, isAbsolute, iterator, normalize, relativize, resolve, resolve, resolveSibling, resolveSibling, resolveSiblingStr, resolveStr, startsWith, subpath, subpath, toAbsolutePath, unwrap, wrap, wrapOrNullMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface org.aksw.commons.path.core.Path
endsWith, getFileName, getName, getNameCount, getParent, getRoot, getSegments, isAbsolute, normalize, relativize, resolve, resolve, resolveSibling, resolveSibling, resolveSiblingStr, resolveStr, startsWith, subpath, subpath, toAbsolutePath, toSegment
-
Field Details
-
system
-
-
Constructor Details
-
PathSysBase
-
-
Method Details
-
getSystem
Description copied from interface:PathReturns an object such as the file system underlying this path. Returns null if not applicable. Experimental. -
hashCode
public int hashCode() -
equals
-