java.lang.Object
net.datenwerke.rs.terminal.service.terminal.vfs.helper.PathHelper

public class PathHelper extends Object
  • Constructor Details

    • PathHelper

      public PathHelper(String path)
  • Method Details

    • getCompletePath

      public String getCompletePath()
      Returns:
      the entire path including the object descriptor (/lala/abc*)
    • getPath

      public String getPath()
    • isValid

      public boolean isValid()
    • isAbsolute

      public boolean isAbsolute()
    • getPathways

      public List<String> getPathways()
    • getPathHelperWays

      public List<PathHelper> getPathHelperWays()
    • getLastPathway

      public String getLastPathway()
    • isDot

      public boolean isDot()
    • isDotDot

      public boolean isDotDot()
    • isWildcard

      public boolean isWildcard()
    • isVirtualLocation

      public boolean isVirtualLocation()
    • getVirtualLocationName

      public String getVirtualLocationName() throws VFSException
      Throws:
      VFSException
    • clearEscapedVirtualLocation

      public String clearEscapedVirtualLocation()
    • getLastPathHelperWay

      public PathHelper getLastPathHelperWay()
    • getPathInVirtualSystem

      public String getPathInVirtualSystem()