Uses of Interface
adams.flow.processor.CheckProcessor
-
Packages that use CheckProcessor Package Description adams.flow.processor -
-
Uses of CheckProcessor in adams.flow.processor
Classes in adams.flow.processor that implement CheckProcessor Modifier and Type Class Description class
CheckActorReferenceUsage
Performs a 'soft' check on the usage of actor references, like callable actors.class
CheckPlaceholders
Checks whether all placeholder files/dirs can be expanded, i.e., whether all placeholders are actually defined.class
CheckStorageUsage
Performs a 'soft' check whether storage names in use are actually set somewhere in the flow.class
CheckVariableUsage
Performs a 'soft' check whether variables in use are actually set somewhere in the flow.class
MultiProcessor
A meta-processor that processes the actor sequentially with all sub-processors.
-