public interface FileFactory
Modifier and Type | Method and Description |
---|---|
FileCopyAction |
makeFileCopyAction(java.lang.String name)
Makes a new FileCopyAction.
|
FileCreateAction |
makeFileCreateAction(java.lang.String name)
Makes a new FileCreateAction.
|
FileDecryptPgpAction |
makeFileDecryptPgpAction(java.lang.String name) |
FileDeleteAction |
makeFileDeleteAction(java.lang.String name)
Makes a new FileDeleteAction.
|
FileEncryptPgpAction |
makeFileEncryptPgpAction(java.lang.String name) |
FileExistTrigger |
makeFileExistTrigger(java.lang.String name)
Makes a new FileExistTrigger.
|
FileModifiedTrigger |
makeFileModifiedTrigger(java.lang.String name)
Makes a new FileModifiedTrigger.
|
FileMoveAction |
makeFileMoveAction(java.lang.String name)
Makes a new FileMoveAction.
|
FileNotExistTrigger |
makeFileNotExistTrigger(java.lang.String name)
Makes a new FileNotExistTrigger.
|
fluximpl.file.FileReadAction |
makeFileReadAction(java.lang.String name)
Makes a new FileRenameAction.
|
FileRenameAction |
makeFileRenameAction(java.lang.String name)
Makes a new FileRenameAction.
|
FileUnzipAction |
makeFileUnzipAction(java.lang.String name) |
FileZipAction |
makeFileZipAction(java.lang.String name) |
FtpCommandAction |
makeFtpCommandAction(java.lang.String name)
Makes a new FtpCommandAction.
|
FtpHost |
makeFtpHost()
Makes a new FtpHost.
|
FtpSslHost |
makeFtpSslHost()
Makes a new FtpSslHost.
|
Renamer |
makeGlobRenamer(java.lang.String fromPattern,
java.lang.String toPattern)
Renamers are used by file actions that operate on sources and targets.
|
IncludesFileCriteria |
makeIncludesFileCriteria()
Makes a new IncludesFileCriteria.
|
IncludesFileCriteria |
makeIncludesFileCriteria(java.lang.String includeFilePattern)
Makes a new IncludesFileCriteria using a file pattern.
|
IncludesFileCriteria |
makeIncludesFileCriteria(java.lang.String includeFilePattern,
int minimumCount)
Makes a new IncludesFileCriteria using a file pattern and minimum count.
|
LocalHost |
makeLocalHost()
Makes a new LocalHost.
|
NetworkHost |
makeNetworkHost()
Makes a new NetworkHost.
|
Renamer |
makeRegexRenamer(java.lang.String fromPattern,
java.lang.String toPattern)
Renamers are used by file actions that operate on sources and targets.
|
S3Host |
makeS3Host()
Makes a new S3Host.
|
SecureFtpHost |
makeSecureFtpHost()
Makes a new SecureFtpHost.
|
SingleFileCriteria |
makeSingleFileCriteria()
Makes a new SingleFileCriteria.
|
SingleFileCriteria |
makeSingleFileCriteria(java.lang.String filename)
Makes a new SingleFileCriteria using a filename.
|
TargetFileCriteria |
makeTargetFileCriteria()
Makes a new TargetFileCriteria.
|
UncHost |
makeUncHost()
Makes a new UncHost.
|
FileCopyAction makeFileCopyAction(java.lang.String name)
name
- The name of the action.FileCreateAction makeFileCreateAction(java.lang.String name)
name
- The name of the action.FileDeleteAction makeFileDeleteAction(java.lang.String name)
name
- The name of the action.FileExistTrigger makeFileExistTrigger(java.lang.String name)
name
- The name of the trigger.FileModifiedTrigger makeFileModifiedTrigger(java.lang.String name)
name
- The name of the trigger.FileMoveAction makeFileMoveAction(java.lang.String name)
name
- The name of the action.FileNotExistTrigger makeFileNotExistTrigger(java.lang.String name)
name
- The name of the trigger.FileRenameAction makeFileRenameAction(java.lang.String name)
name
- The name of the action.fluximpl.file.FileReadAction makeFileReadAction(java.lang.String name)
name
- The name of the action.FileUnzipAction makeFileUnzipAction(java.lang.String name)
FileZipAction makeFileZipAction(java.lang.String name)
FileEncryptPgpAction makeFileEncryptPgpAction(java.lang.String name)
FileDecryptPgpAction makeFileDecryptPgpAction(java.lang.String name)
FtpCommandAction makeFtpCommandAction(java.lang.String name)
name
- The name of the action.FtpHost makeFtpHost()
FtpSslHost makeFtpSslHost()
Renamer makeGlobRenamer(java.lang.String fromPattern, java.lang.String toPattern) throws EngineException
fromPattern
- A glob pattern.toPattern
- A glob pattern.EngineException
IncludesFileCriteria makeIncludesFileCriteria()
IncludesFileCriteria makeIncludesFileCriteria(java.lang.String includeFilePattern)
IncludesFileCriteria makeIncludesFileCriteria(java.lang.String includeFilePattern, int minimumCount)
LocalHost makeLocalHost()
NetworkHost makeNetworkHost()
Renamer makeRegexRenamer(java.lang.String fromPattern, java.lang.String toPattern) throws EngineException
fromPattern
- A regular expression.toPattern
- A regular expression, optionally including backward
references.EngineException
S3Host makeS3Host()
SecureFtpHost makeSecureFtpHost()
SingleFileCriteria makeSingleFileCriteria()
SingleFileCriteria makeSingleFileCriteria(java.lang.String filename)
TargetFileCriteria makeTargetFileCriteria()
UncHost makeUncHost()
© 2000-2025 Flux Corporation. All rights reserved.