Class DFSPath

java.lang.Object
com.hierynomus.msdfsc.DFSPath

public class DFSPath extends Object
  • Constructor Details

    • DFSPath

      public DFSPath(String uncPath)
    • DFSPath

      public DFSPath(List<String> pathComponents)
  • Method Details

    • getPathComponents

      public List<String> getPathComponents()
    • replacePrefix

      public DFSPath replacePrefix(String prefixToReplace, String target)
    • replacePrefix

      public DFSPath replacePrefix(String prefixToReplace, DFSPath target)
    • hasOnlyOnePathComponent

      public boolean hasOnlyOnePathComponent()
    • isSysVolOrNetLogon

      public boolean isSysVolOrNetLogon()
    • isIpc

      public boolean isIpc()
    • toPath

      public String toPath()
    • toString

      public String toString()
      Overrides:
      toString in class Object