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>
All Implemented Interfaces:
Comparable<Path<T>>, Iterable<Path<T>>, Path<T>, PathSys<T,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 Details

    • system

      protected final S system
  • Constructor Details

    • PathSysBase

      public PathSysBase(S system, Path<T> delegate)
  • Method Details