Class PathUtils.PathInfo

  • Enclosing class:
    PathUtils

    public static class PathUtils.PathInfo
    extends java.lang.Object
    The type Path info.
    • Constructor Summary

      Constructors 
      Constructor Description
      PathInfo()  
    • Constructor Detail

      • PathInfo

        public PathInfo()
    • Method Detail

      • getProjectPath

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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