Uses of Interface
org.aksw.commons.path.core.PathSys
Packages that use PathSys
-
Uses of PathSys in org.aksw.commons.path.core
Classes in org.aksw.commons.path.core that implement PathSysModifier and TypeClassDescriptionclassPathSysBase<T, P extends Path<T>, S>A path where custom value can be set of the 'system' attribute. -
Uses of PathSys in org.aksw.commons.path.nio
Fields in org.aksw.commons.path.nio declared as PathSysModifier and TypeFieldDescriptionprotected PathSys<String, FileSystemSpec> FileSystemSpec.basePathMethods in org.aksw.commons.path.nio with parameters of type PathSysModifier and TypeMethodDescriptionstatic FileSystemSpecFileSystemSpec.of(Map<String, ?> env, ClassLoader loader, PathSys<String, FileSystemSpec> basePath) Constructors in org.aksw.commons.path.nio with parameters of type PathSysModifierConstructorDescriptionprotectedFileSystemSpec(Map<String, ?> env, ClassLoader loader, PathSys<String, FileSystemSpec> basePath)