Uses of Class
org.silverpeas.file.SilverpeasFile

Packages that use SilverpeasFile
org.silverpeas.file   
 

Uses of SilverpeasFile in org.silverpeas.file
 

Fields in org.silverpeas.file declared as SilverpeasFile
static SilverpeasFile SilverpeasFile.NO_FILE
          A SilverpeasFile representing a non existent file.
 

Methods in org.silverpeas.file that return SilverpeasFile
 SilverpeasFile SilverpeasFile.copyInto(String directoryPath)
          Copies this file into the specified directory.
static SilverpeasFile SilverpeasFileProvider.getFile(SilverpeasFileDescriptor descriptor)
           
static SilverpeasFile SilverpeasFileProvider.getFile(String absolutePath)
           
 SilverpeasFile SilverpeasFileProvider.getSilverpeasFile(SilverpeasFileDescriptor descriptor)
          Gets a SilverpeasFile instance matching the description provided by the specified file descriptor.
 SilverpeasFile SilverpeasFileProvider.getSilverpeasFile(String absolutePath)
          Gets a SilverpeasFile instance for the file located at the specified absolute path.
 SilverpeasFile SilverpeasFile.moveInto(String directoryPath)
          Moves this file into the specified directory.
static SilverpeasFile SilverpeasFileProvider.newFile(SilverpeasFileDescriptor descriptor)
           
static SilverpeasFile SilverpeasFileProvider.newFile(String absolutePath)
           
 SilverpeasFile SilverpeasFileProvider.newSilverpeasFile(SilverpeasFileDescriptor descriptor)
          Gets a new SilverpeasFile instance for the file described by the specified file descriptor.
 SilverpeasFile SilverpeasFileProvider.newSilverpeasFile(String absolutePath)
          Gets a new SilverpeasFile instance for the file located at the specified absolute path.
 SilverpeasFile FileExistenceCheckingProcessor.processAfter(SilverpeasFile file, SilverpeasFileProcessor.ProcessingContext context)
           
protected static SilverpeasFile SilverpeasFileProvider.processAfter(SilverpeasFile file, SilverpeasFileProcessor.ProcessingContext context)
          Triggers the chain of post-processors against the specified file and according to the specified processing context.
 SilverpeasFile AttachmentUrlLinkProcessor.processAfter(SilverpeasFile file, SilverpeasFileProcessor.ProcessingContext context)
           
 SilverpeasFile SilverpeasFileProcessor.processAfter(SilverpeasFile file, SilverpeasFileProcessor.ProcessingContext context)
          Processes the specified SilverpeasFile and returns the new one.
 SilverpeasFile ImageResizingProcessor.processAfter(SilverpeasFile file, SilverpeasFileProcessor.ProcessingContext context)
           
 

Methods in org.silverpeas.file with parameters of type SilverpeasFile
 SilverpeasFile FileExistenceCheckingProcessor.processAfter(SilverpeasFile file, SilverpeasFileProcessor.ProcessingContext context)
           
protected static SilverpeasFile SilverpeasFileProvider.processAfter(SilverpeasFile file, SilverpeasFileProcessor.ProcessingContext context)
          Triggers the chain of post-processors against the specified file and according to the specified processing context.
 SilverpeasFile AttachmentUrlLinkProcessor.processAfter(SilverpeasFile file, SilverpeasFileProcessor.ProcessingContext context)
           
 SilverpeasFile SilverpeasFileProcessor.processAfter(SilverpeasFile file, SilverpeasFileProcessor.ProcessingContext context)
          Processes the specified SilverpeasFile and returns the new one.
 SilverpeasFile ImageResizingProcessor.processAfter(SilverpeasFile file, SilverpeasFileProcessor.ProcessingContext context)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.