Uses of Enum Class
org.frankframework.filesystem.FileSystemActor.FileSystemAction
Packages that use FileSystemActor.FileSystemAction
-
Uses of FileSystemActor.FileSystemAction in org.frankframework.filesystem
Fields in org.frankframework.filesystem declared as FileSystemActor.FileSystemActionModifier and TypeFieldDescriptionstatic final FileSystemActor.FileSystemAction[]
FileSystemActor.ACTIONS_BASIC
final FileSystemActor.FileSystemAction[]
FileSystemSenderWithAttachments.ACTIONS_FS_WITH_ATTACHMENTS
Deprecated.static final FileSystemActor.FileSystemAction[]
FileSystemActor.ACTIONS_MAIL_FS
static final FileSystemActor.FileSystemAction[]
FileSystemActor.ACTIONS_WRITABLE_FS
Methods in org.frankframework.filesystem that return FileSystemActor.FileSystemActionModifier and TypeMethodDescriptionAbstractFileSystemPipe.getAction()
AbstractFileSystemSender.getAction()
Returns the enum constant of this class with the specified name.static FileSystemActor.FileSystemAction[]
FileSystemActor.FileSystemAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.filesystem with parameters of type FileSystemActor.FileSystemActionModifier and TypeMethodDescriptionprotected void
FileSystemActor.actionRequiresAtLeastOneOfTwoParametersOrAttribute
(HasName owner, ParameterList parameterList, FileSystemActor.FileSystemAction configuredAction, FileSystemActor.FileSystemAction action, String parameter1, String parameter2, String attributeName, String attributeValue) static <F> void
FileSystemUtils.checkSource
(IBasicFileSystem<F> fileSystem, F source, FileSystemActor.FileSystemAction action) Check if a source file exists.static <F> void
FileSystemUtils.prepareDestination
(IBasicFileSystem<F> fileSystem, F source, String destinationFolder, boolean overwrite, int numOfBackups, boolean createFolders, FileSystemActor.FileSystemAction action) Prepares the destination folder, e.g. for move or copy.static <F> void
FileSystemUtils.prepareDestination
(IWritableFileSystem<F> fileSystem, F destination, boolean overwrite, int numOfBackups, FileSystemActor.FileSystemAction action) Prepares the destination of a file: - if the file exists, checks overwrite, or performs rollovervoid
AbstractFileSystemPipe.setAction
(FileSystemActor.FileSystemAction action) void
AbstractFileSystemSender.setAction
(FileSystemActor.FileSystemAction action) void
FileSystemActor.setAction
(FileSystemActor.FileSystemAction action) If parameter ["action"<F,S extends IBasicFileSystem<F>>] is set, then the attribute action value will be overridden with the value of the parameter. Method parameters in org.frankframework.filesystem with type arguments of type FileSystemActor.FileSystemActionModifier and TypeMethodDescriptionprotected void
AbstractFileSystemPipe.addActions
(List<FileSystemActor.FileSystemAction> specificActions) protected void
AbstractFileSystemSender.addActions
(List<FileSystemActor.FileSystemAction> specificActions) protected void
FileSystemActor.addActions
(List<FileSystemActor.FileSystemAction> specificActions)