Uses of Class
org.silverpeas.process.io.file.FileHandler

Packages that use FileHandler
org.silverpeas.admin.component.process.check   
org.silverpeas.admin.space.quota.process.check   
org.silverpeas.process.annotation   
org.silverpeas.process.io.file   
org.silverpeas.process.management   
 

Uses of FileHandler in org.silverpeas.admin.component.process.check
 

Methods in org.silverpeas.admin.component.process.check with parameters of type FileHandler
 void ComponentFileFilterProcessCheck.checkFiles(ProcessExecutionContext processExecutionProcess, FileHandler fileHandler)
           
 

Uses of FileHandler in org.silverpeas.admin.space.quota.process.check
 

Methods in org.silverpeas.admin.space.quota.process.check with parameters of type FileHandler
 void DataStorageQuotaProcessCheck.checkFiles(ProcessExecutionContext processExecutionProcess, FileHandler fileHandler)
           
static SpaceDataStorageQuotaCountingOffset SpaceDataStorageQuotaCountingOffset.from(SpaceInst space, FileHandler fileHandler)
          Gets an instance from a SpaceInst and a FileHandler
 

Uses of FileHandler in org.silverpeas.process.annotation
 

Methods in org.silverpeas.process.annotation with parameters of type FileHandler
 void SimulationElementConversionProcess.processFiles(ProcessExecutionContext processExecutionProcess, ProcessSession session, FileHandler fileHandler)
           
 

Uses of FileHandler in org.silverpeas.process.io.file
 

Fields in org.silverpeas.process.io.file declared as FileHandler
protected  FileHandler HandledFile.fileHandler
           
 

Methods in org.silverpeas.process.io.file that return FileHandler
 FileHandler HandledFile.getFileHandler()
           
 

Constructors in org.silverpeas.process.io.file with parameters of type FileHandler
HandledFile(FileBasePath basePath, FileHandler fileHandler, File file)
          Default constructor
 

Uses of FileHandler in org.silverpeas.process.management
 

Methods in org.silverpeas.process.management with parameters of type FileHandler
abstract  void AbstractFileProcessCheck.checkFiles(ProcessExecutionContext processExecutionProcess, FileHandler fileHandler)
          Contains the treatment of the verification.
abstract  void AbstractFileProcess.processFiles(C processExecutionProcess, ProcessSession session, FileHandler fileHandler)
          Containing main treatment of the process.
 



Copyright © 2016 Silverpeas. All Rights Reserved.