Class RootedFilePath


public class RootedFilePath extends FilePath
  • Constructor Details

    • RootedFilePath

      public RootedFilePath()
  • Method Details

    • path

      public Path path(boolean debugMode) throws InputReadFailedException
      Specified by:
      path in class FilePath
      Throws:
      InputReadFailedException
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getRootName

      public String getRootName()
    • setRootName

      public void setRootName(String rootName)
    • isDisableDebugMode

      public boolean isDisableDebugMode()
    • setDisableDebugMode

      public void setDisableDebugMode(boolean disableDebugMode)