Package com.priint.pubserver.comet.util
Class PathUtils.PathInfo
java.lang.Object
com.priint.pubserver.comet.util.PathUtils.PathInfo
- Enclosing class:
- PathUtils
The type Path info.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondebug()Debug string.Gets absolute path.Gets client name.Gets file name.Gets folder.Gets identifier.Gets old absolute path.Gets project name.Gets project path.Gets relative path.voidsetClientName(String clientName) Sets client name.voidsetFileName(String fileName) Sets file name.voidSets folder.voidsetProjectName(String projectName) Sets project name.voidsetProjectPath(String projectPath) Sets project path.voidsetRelativePath(String relativePath) Sets relative path.
-
Constructor Details
-
PathInfo
public PathInfo()
-
-
Method Details
-
getProjectPath
Gets project path.- Returns:
- the project path
-
setProjectPath
Sets project path.- Parameters:
projectPath- the project path
-
getRelativePath
Gets relative path.- Returns:
- the relative path
-
setRelativePath
Sets relative path.- Parameters:
relativePath- the relative path
-
getClientName
Gets client name.- Returns:
- the client name
-
setClientName
Sets client name.- Parameters:
clientName- the client name
-
getProjectName
Gets project name.- Returns:
- the project name
-
setProjectName
Sets project name.- Parameters:
projectName- the project name
-
getFileName
Gets file name.- Returns:
- the file name
-
getIdentifier
Gets identifier.- Returns:
- the identifier
-
setFileName
Sets file name.- Parameters:
fileName- the file name
-
getFolder
Gets folder.- Returns:
- the folder
-
setFolder
Sets folder.- Parameters:
folder- the folder
-
debug
Debug string.- Returns:
- the string
-
getAbsolutePath
Gets absolute path.- Returns:
- the absolute path
-
getOldAbsolutePath
Gets old absolute path.- Returns:
- the old absolute path
-