Package | Description |
---|---|
flux.file |
File triggers and actions
|
Modifier and Type | Method and Description |
---|---|
Renamer |
RenameableDoubleFileParameter.getRenamer()
Returns the name substitution algorithm to use in this file operation.
|
Renamer |
FileFactory.makeGlobRenamer(java.lang.String fromPattern,
java.lang.String toPattern)
Renamers are used by file actions that operate on sources and targets.
|
Renamer |
FileFactory.makeRegexRenamer(java.lang.String fromPattern,
java.lang.String toPattern)
Renamers are used by file actions that operate on sources and targets.
|
Modifier and Type | Method and Description |
---|---|
void |
RenameableDoubleFileParameter.setRenamer(Renamer renamer)
Sets the name substitution algorithm to use in this file operation.
|
© 2000-2025 Flux Corporation. All rights reserved.