Class AdminStorageAction.PathInfo

java.lang.Object
org.codelibs.fess.app.web.admin.storage.AdminStorageAction.PathInfo
Enclosing class:
AdminStorageAction

public static class AdminStorageAction.PathInfo extends Object
Container class for path information containing separate path and name components.
  • Constructor Details

    • PathInfo

      public PathInfo(String path, String name)
      Creates a new PathInfo instance.
      Parameters:
      path - the directory path component
      name - the file or directory name component
  • Method Details

    • getPath

      public String getPath()
      Gets the directory path component.
      Returns:
      the path component
    • getName

      public String getName()
      Gets the file or directory name component.
      Returns:
      the name component