Package adams.flow.processor
Interface ListingProcessor
-
- All Superinterfaces:
ActorProcessor
,Comparable<ActorProcessor>
,Destroyable
,OptionHandler
,ShallowCopySupporter<ActorProcessor>
- All Known Implementing Classes:
AbstractActorListingProcessor
,AbstractListingProcessor
,AbstractListNameUsage
,FindText
,ListActorReferenceUsage
,ListActorUsage
,ListAllStorageNames
,ListAllVariables
,ListAnnotationTags
,ListCallableActorUsage
,ListClassUsage
,ListDatabaseConnections
,ListObjectCommandlines
,ListPaths
,ListStorageUsage
,ListStructureModifyingActors
,ListTODOs
,ListVariableUsage
public interface ListingProcessor extends ActorProcessor
Processors that generate a list.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
getList()
Returns the list.-
Methods inherited from interface adams.flow.processor.ActorProcessor
compareTo, getErrors, hasErrors, process, shallowCopy, shallowCopy
-
Methods inherited from interface adams.core.Destroyable
destroy
-
Methods inherited from interface adams.core.option.OptionHandler
cleanUpOptions, defineOptions, getOptionManager, toCommandLine
-
-