Class Path
- java.lang.Object
-
- org.gcube.common.storagehub.model.Path
-
public class Path extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Pathappend(String anotherPath)protected Pathappend(Path anotherPath)voidappendParent(String parent)StringgetLastDirName()protected Pathremove(Path anotherPath)StringtoPath()
-
-
-
Constructor Detail
-
Path
protected Path(String path)
-
-