Class AdminStorageAction.PathInfo
java.lang.Object
org.codelibs.fess.app.web.admin.storage.AdminStorageAction.PathInfo
- Enclosing class:
AdminStorageAction
Container class for path information containing separate path and name components.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PathInfo
Creates a new PathInfo instance.- Parameters:
path- the directory path componentname- the file or directory name component
-
-
Method Details
-
getPath
Gets the directory path component.- Returns:
- the path component
-
getName
Gets the file or directory name component.- Returns:
- the name component
-