Uses of Class
de.xima.fc.mdl.enums.EFileConflictMode
-
Packages that use EFileConflictMode Package Description de.xima.fc.interfaces.workflow.execution de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. -
-
Uses of EFileConflictMode in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type EFileConflictMode Modifier and Type Method Description default List<File>
IWorkflowFileHandler. copyFilesToDir(File[] sourceFileOrDirectories, File targetDir, EFileConflictMode mode)
Copies the source files to the given target directory.File
IWorkflowFileHandler. copyFilesToDir(File sourceFileOrDirectory, File targetDir, EFileConflictMode mode)
Copies the source files to the given target directory.default List<File>
IWorkflowFileHandler. copyFilesToDir(Iterable<File> sourceFileOrDirectories, File targetDir, EFileConflictMode mode)
Copies the source files to the given target directory.File
IWorkflowFileHandler. copyFileTo(File sourceFile, File targetFile, EFileConflictMode mode)
Copies the given file to the target directory and file name. -
Uses of EFileConflictMode in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EFileConflictMode Modifier and Type Method Description static EFileConflictMode
EFileConflictMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static EFileConflictMode[]
EFileConflictMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-