Uses of Interface
org.aksw.commons.path.core.Path
Packages that use Path
Package
Description
-
Uses of Path in org.aksw.commons.path.core
Classes in org.aksw.commons.path.core with type parameters of type PathModifier and TypeClassDescriptionclassGeneric base implementation of the path interface.interfaceinterfacePathOpsWrapper<T, P extends Path<T>>classPathOpsWrapperBase<T, P extends Path<T>>classPathSysBase<T, P extends Path<T>, S>A path where custom value can be set of the 'system' attribute.classPathWrapperBase<T, F extends Path<T>>Base implementation for custom path wrappers with the main focus on custom values for the 'system' property.Subinterfaces of Path in org.aksw.commons.path.coreClasses in org.aksw.commons.path.core that implement PathModifier and TypeClassDescriptionclassGeneric base implementation of the path interface.classclassA path implementations for strings.classPathSysBase<T, P extends Path<T>, S>A path where custom value can be set of the 'system' attribute.classPathWrapperBase<T, F extends Path<T>>Base implementation for custom path wrappers with the main focus on custom values for the 'system' property.Subinterfaces with type arguments of type Path in org.aksw.commons.path.coreModifier and TypeInterfaceDescriptioninterfacePath<T>An interface summarized fromPath.interfacePath<T>An interface summarized fromPath.Fields in org.aksw.commons.path.core declared as PathMethods in org.aksw.commons.path.core that return PathModifier and TypeMethodDescriptionPathWrapperBase.getDelegate()Path.getFileName()PathNio.getFileName()Path.getName(int index) PathNio.getName(int index) Path.getParent()PathNio.getParent()Path.getRoot()PathNio.getRoot()Path.normalize()PathNio.normalize()Path.relativize(Path<T> other) PathNio.relativize(Path<String> other) Path.resolveSibling(Path<T> other) Path.resolveSibling(T other) PathNio.resolveSibling(String other) PathNio.resolveSibling(Path<String> other) Path.resolveSiblingStr(String other) PathNio.resolveSiblingStr(String other) Path.resolveStr(String other) PathNio.resolveStr(String other) Path.subpath(int beginIndex) Experimental.Path.subpath(int beginIndex, int endIndex) PathNio.subpath(int beginIndex) PathNio.subpath(int beginIndex, int endIndex) Path.toAbsolutePath()PathNio.toAbsolutePath()Methods in org.aksw.commons.path.core that return types with arguments of type PathModifier and TypeMethodDescriptionPathBase.iterator()PathNio.iterator()PathWrapperBase.iterator()Methods in org.aksw.commons.path.core with parameters of type PathModifier and TypeMethodDescriptionintintintbooleanbooleanbooleanbooleanPath.relativize(Path<T> other) PathBase.relativize(Path<T> other) PathNio.relativize(Path<String> other) PathWrapperBase.relativize(Path<T> other) Path.resolveSibling(Path<T> other) PathBase.resolveSibling(Path<T> other) PathNio.resolveSibling(Path<String> other) PathWrapperBase.resolveSibling(Path<T> other) booleanPath.startsWith(Path<T> other) booleanPathBase.startsWith(Path<T> other) booleanPathNio.startsWith(Path<String> other) booleanPathWrapperBase.startsWith(Path<T> other) static <T> List<T> default Pprotected abstract Fprotected FPathWrapperBase.wrapOrNull(Path<T> basePath) Constructors in org.aksw.commons.path.core with parameters of type PathModifierConstructorDescriptionPathSysBase(S system, Path<T> delegate) PathWrapperBase(Path<T> delegate) -
Uses of Path in org.aksw.commons.path.json
Classes in org.aksw.commons.path.json that implement PathMethods in org.aksw.commons.path.json with parameters of type PathModifier and TypeMethodDescriptionstatic com.google.gson.JsonArrayPathOpsJson.toJsonArray(Path<PathJson.Step> path) PathOpsJson.upcast(Path<PathJson.Step> path) -
Uses of Path in org.aksw.commons.path.nio
Fields in org.aksw.commons.path.nio declared as PathMethods in org.aksw.commons.path.nio that return PathMethods in org.aksw.commons.path.nio with parameters of type PathConstructors in org.aksw.commons.path.nio with parameters of type Path -
Uses of Path in org.aksw.commons.path.stack
Fields in org.aksw.commons.path.stack declared as PathMethods in org.aksw.commons.path.stack that return PathMethods in org.aksw.commons.path.stack with parameters of type PathConstructors in org.aksw.commons.path.stack with parameters of type Path -
Uses of Path in org.aksw.commons.path.trav.api
Classes in org.aksw.commons.path.trav.api with type parameters of type PathModifier and TypeInterfaceDescriptioninterfaceclassTraversalBase<V, S, P extends Path<S>, T extends Traversal<V,S, P, T>> Fields in org.aksw.commons.path.trav.api declared as PathMethods in org.aksw.commons.path.trav.api that return PathMethods in org.aksw.commons.path.trav.api with parameters of type PathModifier and TypeMethodDescriptionConstructors in org.aksw.commons.path.trav.api with parameters of type Path -
Uses of Path in org.aksw.commons.path.trav.l2
Fields in org.aksw.commons.path.trav.l2 declared as PathMethods in org.aksw.commons.path.trav.l2 that return PathModifier and TypeMethodDescriptionTrav2Trees.TreeNode.path()The path leading to this nodeTrav2Trees.TreeNode2Base.path()Travs2.Trav2Base.path()Methods in org.aksw.commons.path.trav.l2 with parameters of type PathModifier and TypeMethodDescriptiondefault Travs2.Trav2A<T, S, A, B> default Trav2Trees.TreeNode2<T, A, B> Constructors in org.aksw.commons.path.trav.l2 with parameters of type PathModifierConstructorDescriptionTreeNode2A(Path<T> path, Trav2Trees.TreeNode2Provider<T, A, B> provider, B parent) TreeNode2B(Path<T> path, Trav2Trees.TreeNode2Provider<T, A, B> provider, A parent) TreeNode2Base(Path<T> path, Trav2Trees.TreeNode2Provider<T, A, B> provider) -
Uses of Path in org.aksw.commons.path.trav.l3
Fields in org.aksw.commons.path.trav.l3 declared as PathMethods in org.aksw.commons.path.trav.l3 that return PathMethods in org.aksw.commons.path.trav.l3 with parameters of type PathModifier and TypeMethodDescriptionConstructors in org.aksw.commons.path.trav.l3 with parameters of type PathModifierConstructorDescription -
Uses of Path in org.aksw.commons.path.trav.l5
Fields in org.aksw.commons.path.trav.l5 declared as PathMethods in org.aksw.commons.path.trav.l5 that return PathMethods in org.aksw.commons.path.trav.l5 with parameters of type PathModifier and TypeMethodDescriptionConstructors in org.aksw.commons.path.trav.l5 with parameters of type PathModifierConstructorDescriptionTraversal5A(Trav5Provider<T, S, A, B, C, D, E> provider, Path<T> path, Traversals5.Traversal5E<T, S, A, B, C, D, E> parent, A state) Traversal5B(Trav5Provider<T, S, A, B, C, D, E> provider, Path<T> path, B state, Traversals5.Traversal5A<T, S, A, B, C, D, E> parent) Traversal5C(Trav5Provider<T, S, A, B, C, D, E> provider, Path<T> path, C state, Traversals5.Traversal5B<T, S, A, B, C, D, E> parent) Traversal5D(Trav5Provider<T, S, A, B, C, D, E> provider, Path<T> path, D state, Traversals5.Traversal5C<T, S, A, B, C, D, E> parent) Traversal5E(Trav5Provider<T, S, A, B, C, D, E> provider, Path<T> path, E state, Traversals5.Traversal5D<T, S, A, B, C, D, E> parent)