|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HandledFile | |
---|---|
org.silverpeas.process.io.file |
Uses of HandledFile in org.silverpeas.process.io.file |
---|
Methods in org.silverpeas.process.io.file that return HandledFile | |
---|---|
HandledFile |
FileHandler.getHandledFile(FileBasePath basePath,
File file,
String... names)
Gets the handled file that represents the file in session path if exists or if the file doesn't exist into destination path. |
HandledFile |
FileHandler.getHandledFile(FileBasePath basePath,
String... names)
Gets the handled file that represents the file in session path if exists or if the file doesn't exist into destination path. |
HandledFile |
HandledFile.getHandledFile(String... names)
Gets a sub file from the current HandledFile. |
HandledFile |
HandledFile.getParentHandledFile(String... names)
Gets a sub file from the parent of the current HandledFile. |
Methods in org.silverpeas.process.io.file that return types with arguments of type HandledFile | |
---|---|
Collection<HandledFile> |
HandledFile.listFiles(boolean recursive,
String... extensions)
|
Collection<HandledFile> |
HandledFile.listFiles(org.apache.commons.io.filefilter.IOFileFilter fileFilter,
org.apache.commons.io.filefilter.IOFileFilter dirFilter)
|
Collection<HandledFile> |
HandledFile.listFiles(String... extensions)
|
Methods in org.silverpeas.process.io.file with parameters of type HandledFile | |
---|---|
boolean |
HandledFile.contentEquals(HandledFile otherFile)
The given file is handled |
void |
FileHandler.copyFile(File srcFile,
HandledFile destFile)
The first given file is not handled. |
void |
HandledFile.copyFile(HandledFile destFile)
The given file is handled |
boolean |
HandledFile.isFileNewer(HandledFile reference)
|
boolean |
HandledFile.isFileOlder(HandledFile reference)
|
void |
FileHandler.moveFile(File srcFile,
HandledFile destFile)
The first given file is not handled. |
void |
HandledFile.moveFile(HandledFile destFile)
Given file is handled |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |