Uses of Interface
de.aristaflow.adept2.model.events.FileEvent
Packages that use FileEvent
Package
Description
-
Uses of FileEvent in de.aristaflow.adept2.core.eventmanager.fileevents
Classes in de.aristaflow.adept2.core.eventmanager.fileevents that implement FileEventModifier and TypeClassDescriptionclassAn event for files, that is, an event is produced and sent as soon as a file (or a directory) is created or stored in a specific folder.classAn event for files and their lock files, that is, an event is produced and sent as soon as a file (or a directory) is created or stored in a specific folder.Methods in de.aristaflow.adept2.core.eventmanager.fileevents that return FileEventModifier and TypeMethodDescriptionprotected FileEventFileEventSource.createFileEvent(Path path) Creates aFileEventfor the designated path.Methods in de.aristaflow.adept2.core.eventmanager.fileevents with parameters of type FileEventModifier and TypeMethodDescriptionExtracted fromFileMarkHandler.handleEvent(Event, boolean)so that it could be extended with the destination file, i.e.protected booleanFileEventSource.nextHandler(FileEvent event, boolean consumed, boolean concurrent) protected voidInstanceStartEventHandler.processEvent(FileEvent event, Collection<ProcessModelParameter> inParams, InstanceDataContainer dataContainer) protected voidMarkInstanceStartEventHandler.processFileEvent(FileEvent event, Collection<? extends Parameter> inParams, InstanceDataContainer dataContainer, File file, File lockFile) Processes the file of the designated event and sets the values of the input parameters in the designated data container. -
Uses of FileEvent in de.aristaflow.adept2.model.events
Subinterfaces of FileEvent in de.aristaflow.adept2.model.eventsModifier and TypeInterfaceDescriptioninterfaceThis event extendsFileEventby additional information to the corresponding lock file.