Awake File v1.1

Uses of Interface
org.awakefw.file.api.server.AwakeFileConfigurator

Packages that use AwakeFileConfigurator
org.awakefw.file.api.server Provides classes and interfaces to configure the Awake Server for Awake File. 
org.awakefw.file.api.server.fileaction Provides classes and interfaces to define how all concrete operations will be done on files. 
 

Uses of AwakeFileConfigurator in org.awakefw.file.api.server
 

Classes in org.awakefw.file.api.server that implement AwakeFileConfigurator
 class DefaultAwakeFileConfigurator
          Default implementation of server side configuration for the Awake File Framework: The Awake File root directory will be user.home/.awake-server-root, where user.home is the one of the Servlet container.
 

Uses of AwakeFileConfigurator in org.awakefw.file.api.server.fileaction
 

Methods in org.awakefw.file.api.server.fileaction with parameters of type AwakeFileConfigurator
static String HttpConfigurationUtil.addRootPath(AwakeFileConfigurator awakeFileConfigurator, String username, String filename)
          Adds the root path to the beginning of path for a remote file.
 boolean DefaultAwakeFileActionManager.delete(AwakeFileConfigurator awakeFileConfigurator, String username, String filename)
           
 boolean AwakeFileActionManager.delete(AwakeFileConfigurator awakeFileConfigurator, String username, String filename)
          Action: deletes a file.
 boolean DefaultAwakeFileActionManager.download(OutputStream out, AwakeFileConfigurator awakeFileConfigurator, String username, String filename)
           
 boolean AwakeFileActionManager.download(OutputStream out, AwakeFileConfigurator awakeFileConfigurator, String username, String filename)
          Action: downloads a file on the Servlet response output stream.
 boolean DefaultAwakeFileActionManager.exists(AwakeFileConfigurator awakeFileConfigurator, String username, String filename)
           
 boolean AwakeFileActionManager.exists(AwakeFileConfigurator awakeFileConfigurator, String username, String filename)
          Action: says if a file exists.
 long DefaultAwakeFileActionManager.length(AwakeFileConfigurator awakeFileConfigurator, String username, String filename)
           
 long AwakeFileActionManager.length(AwakeFileConfigurator awakeFileConfigurator, String username, String filename)
          Action: returns the file length in bytes.
 List<File> DefaultAwakeFileActionManager.listDirectories(AwakeFileConfigurator awakeFileConfigurator, String username, String filename)
           
 List<File> AwakeFileActionManager.listDirectories(AwakeFileConfigurator awakeFileConfigurator, String username, String filename)
          Action: Lists all sub-directories of a directory.
 List<File> DefaultAwakeFileActionManager.listFiles(AwakeFileConfigurator awakeFileConfigurator, String username, String filename)
           
 List<File> AwakeFileActionManager.listFiles(AwakeFileConfigurator awakeFileConfigurator, String username, String filename)
          Action: Lists all files of a directory.
 boolean DefaultAwakeFileActionManager.mkdir(AwakeFileConfigurator awakeFileConfigurator, String username, String filename)
           
 boolean AwakeFileActionManager.mkdir(AwakeFileConfigurator awakeFileConfigurator, String username, String filename)
          Action: creates a directory or sub-directory.
 boolean DefaultAwakeFileActionManager.mkdirs(AwakeFileConfigurator awakeFileConfigurator, String username, String filename)
           
 boolean AwakeFileActionManager.mkdirs(AwakeFileConfigurator awakeFileConfigurator, String username, String filename)
          Action: creates a directory or sub-directory.
 void DefaultAwakeFileActionManager.upload(AwakeFileConfigurator awakeFileConfigurator, InputStream inputStream, String username, String filename)
           
 void AwakeFileActionManager.upload(AwakeFileConfigurator awakeFileConfigurator, InputStream inputStream, String username, String filename)
          Action: creates the uploaded file on the server.
 


Awake File v1.1

Copyright © 2012 Kawan Softwares SAS