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
and can be used
to associate arbitrary user data with a path.
invalid reference
java.nio.Path#getFileSystem
-
Field Summary
FieldsFields inherited from class PathWrapperBase
delegate -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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 Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Comparable
compareToMethods inherited from interface Iterable
forEach, iterator, spliteratorMethods inherited from interface 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
-
equals
-