Class PathUtils.PathInfo

java.lang.Object
com.priint.pubserver.comet.util.PathUtils.PathInfo
Enclosing class:
PathUtils

public static class PathUtils.PathInfo extends Object
The type Path info.
  • Constructor Details

    • PathInfo

      public PathInfo()
  • Method Details

    • getProjectPath

      public String getProjectPath()
      Gets project path.
      Returns:
      the project path
    • setProjectPath

      public void setProjectPath(String projectPath)
      Sets project path.
      Parameters:
      projectPath - the project path
    • getRelativePath

      public String getRelativePath()
      Gets relative path.
      Returns:
      the relative path
    • setRelativePath

      public void setRelativePath(String relativePath)
      Sets relative path.
      Parameters:
      relativePath - the relative path
    • getClientName

      public String getClientName()
      Gets client name.
      Returns:
      the client name
    • setClientName

      public void setClientName(String clientName)
      Sets client name.
      Parameters:
      clientName - the client name
    • getProjectName

      public String getProjectName()
      Gets project name.
      Returns:
      the project name
    • setProjectName

      public void setProjectName(String projectName)
      Sets project name.
      Parameters:
      projectName - the project name
    • getFileName

      public String getFileName()
      Gets file name.
      Returns:
      the file name
    • getIdentifier

      public String getIdentifier()
      Gets identifier.
      Returns:
      the identifier
    • setFileName

      public void setFileName(String fileName)
      Sets file name.
      Parameters:
      fileName - the file name
    • getFolder

      public String getFolder()
      Gets folder.
      Returns:
      the folder
    • setFolder

      public void setFolder(String folder)
      Sets folder.
      Parameters:
      folder - the folder
    • debug

      public String debug()
      Debug string.
      Returns:
      the string
    • getAbsolutePath

      public String getAbsolutePath()
      Gets absolute path.
      Returns:
      the absolute path
    • getOldAbsolutePath

      public String getOldAbsolutePath()
      Gets old absolute path.
      Returns:
      the old absolute path