Class Config.PrivateDir

java.lang.Object
com.cksource.ckfinder.config.Config.PrivateDir
All Implemented Interfaces:
Serializable
Enclosing class:
Config

public static class Config.PrivateDir extends Object implements Serializable
Configuration node for CKFinder connector's internal private directories.
See Also:
  • Constructor Details

    • PrivateDir

      public PrivateDir()
  • Method Details

    • getBackend

      public String getBackend()
      Returns:
      the name of the backend used to store the private data
    • setBackend

      public void setBackend(String backend)
      Parameters:
      backend - the name of the backend used to store the private data
    • getPath

      public String getPath()
      Returns:
      backend-relative path for private directory
    • setPath

      public void setPath(String path)
      Parameters:
      path - backend-relative path for private directory
    • getThumbs

      public String getThumbs()
      Returns:
      the path of private directory for thumbnails
    • setThumbs

      public void setThumbs(String thumbs)
      Parameters:
      thumbs - the path of private directory for thumbnails
    • getData

      public String getData()
      Returns:
      the path of private directory for other metadata (images metadata, cache, tags)
    • setData

      public void setData(String data)
      Parameters:
      data - the path of private directory for other metadata (images metadata, cache, tags)