Uses of Class
org.gcube.common.storagehub.model.Path
-
Packages that use Path Package Description org.gcube.common.storagehub.model org.gcube.common.storagehub.model.expressions.logical -
-
Uses of Path in org.gcube.common.storagehub.model
Methods in org.gcube.common.storagehub.model that return Path Modifier and Type Method Description protected PathPath. append(String anotherPath)protected PathPath. append(Path anotherPath)static PathPaths. append(Path path, String anotherPath)static PathPaths. append(Path path, Path anotherPath)static PathPaths. getPath(String path)protected PathPath. remove(Path anotherPath)static PathPaths. remove(Path path, Path anotherPath)Methods in org.gcube.common.storagehub.model with parameters of type Path Modifier and Type Method Description protected PathPath. append(Path anotherPath)static PathPaths. append(Path path, String anotherPath)static PathPaths. append(Path path, Path anotherPath)protected PathPath. remove(Path anotherPath)static PathPaths. remove(Path path, Path anotherPath) -
Uses of Path in org.gcube.common.storagehub.model.expressions.logical
Methods in org.gcube.common.storagehub.model.expressions.logical that return Path Modifier and Type Method Description PathISDescendant. getPath()Constructors in org.gcube.common.storagehub.model.expressions.logical with parameters of type Path Constructor Description ISDescendant(Path path)
-