Uses of Enum
de.xima.fc.mdl.enums.EFileConflictMode
Packages that use EFileConflictMode
Package
Description
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 EFileConflictModeModifier and TypeMethodDescriptionIWorkflowFileHandler.copyFilesToDir
(File[] sourceFileOrDirectories, File targetDir, EFileConflictMode mode) Copies the source files to the given target directory.IWorkflowFileHandler.copyFilesToDir
(File sourceFileOrDirectory, File targetDir, EFileConflictMode mode) Copies the source files to the given target directory.IWorkflowFileHandler.copyFilesToDir
(Iterable<File> sourceFileOrDirectories, File targetDir, EFileConflictMode mode) Copies the source files to the given target directory.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 EFileConflictModeModifier and TypeMethodDescriptionstatic EFileConflictMode
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.