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_BASICfinal FileSystemActor.FileSystemAction[]FileSystemSenderWithAttachments.ACTIONS_FS_WITH_ATTACHMENTSDeprecated.static final FileSystemActor.FileSystemAction[]FileSystemActor.ACTIONS_MAIL_FSstatic final FileSystemActor.FileSystemAction[]FileSystemActor.ACTIONS_WRITABLE_FSMethods 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 voidFileSystemActor.actionRequiresAtLeastOneOfTwoParametersOrAttribute(HasName owner, ParameterList parameterList, FileSystemActor.FileSystemAction configuredAction, FileSystemActor.FileSystemAction action, String parameter1, String parameter2, String attributeName, String attributeValue) static <F> voidFileSystemUtils.checkSource(IBasicFileSystem<F> fileSystem, F source, FileSystemActor.FileSystemAction action) Check if a source file exists.static <F> voidFileSystemUtils.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> voidFileSystemUtils.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 rollovervoidAbstractFileSystemPipe.setAction(FileSystemActor.FileSystemAction action) voidAbstractFileSystemSender.setAction(FileSystemActor.FileSystemAction action) voidFileSystemActor.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 voidAbstractFileSystemPipe.addActions(List<FileSystemActor.FileSystemAction> specificActions) protected voidAbstractFileSystemSender.addActions(List<FileSystemActor.FileSystemAction> specificActions) protected voidFileSystemActor.addActions(List<FileSystemActor.FileSystemAction> specificActions)