Class Path

java.lang.Object
org.gcube.common.storagehub.model.Path

public class Path extends Object
  • Field Details

  • Constructor Details

    • Path

      protected Path(String path)
  • Method Details

    • toPath

      public String toPath()
    • getLastDirName

      public String getLastDirName()
    • append

      protected Path append(Path anotherPath)
    • appendParent

      public void appendParent(String parent)
    • append

      protected Path append(String anotherPath)
    • remove

      protected Path remove(Path anotherPath)