Uses of Class
org.restlet.resource.Directory
-
Packages that use Directory Package Description org.restlet.engine.local Supports local connectors and resources. -
-
Uses of Directory in org.restlet.engine.local
Fields in org.restlet.engine.local declared as Directory Modifier and Type Field Description private DirectoryDirectoryServerResource. directoryThe parent directory handler.Methods in org.restlet.engine.local that return Directory Modifier and Type Method Description DirectoryDirectoryServerResource. getDirectory()Returns the parent directory handler.Methods in org.restlet.engine.local with parameters of type Directory Modifier and Type Method Description private static booleanFileClientHelper. isFileInDirectory(Directory directory, java.io.File file)Indicates whether the given file is located inside the root directory.
-