Package org.aksw.commons.path.core
Interface PathOpsWrapper<T,P extends Path<T>>
- All Superinterfaces:
PathOps<T,P>
- All Known Implementing Classes:
PathOpsWrapperBase
-
Method Summary
Modifier and TypeMethodDescriptiondefault PfromString(String str) Deserialize a string into a pathdefault Comparator<T>default TThe path segment to navigate to the parent, such as '..'default TTo token for a path to refer to itself, such as '.'default PCreate a new absolute or relative path based on the given segmentsdefault StringSerialize a path as a stringdefault StringtoStringRaw(Object path) default PMethods inherited from interface org.aksw.commons.path.core.PathOps
create, newAbsolutePath, newAbsolutePath, newAbsolutePath, newRelativePath, newRelativePath, newRelativePath
-
Method Details
-
getDelegate
-
upcast
-
getBasePathSegments
-
getComparator
-
newPath
Description copied from interface:PathOpsCreate a new absolute or relative path based on the given segments -
getSelfToken
Description copied from interface:PathOpsTo token for a path to refer to itself, such as '.' -
getParentToken
Description copied from interface:PathOpsThe path segment to navigate to the parent, such as '..' -
toString
Description copied from interface:PathOpsSerialize a path as a string -
toStringRaw
-
fromString
Description copied from interface:PathOpsDeserialize a string into a path
-