Class ProcessorConfig

java.lang.Object
org.jboss.set.pull.processor.ProcessorConfig

public class ProcessorConfig extends Object
Class which holds all the bits required for processors. Otherwise we would have to to mutate
Author:
baranowb
  • Constructor Details

  • Method Details

    • getEvaluators

      public List<Evaluator> getEvaluators()
    • getActions

      public List<Action> getActions()
    • getAphrodite

      public org.jboss.set.aphrodite.Aphrodite getAphrodite()
    • getExecutorService

      public ExecutorService getExecutorService()
    • getStreamDefinition

      public List<StreamDefinition> getStreamDefinition()
    • getWritePermitedStreamDefinition

      public List<StreamDefinition> getWritePermitedStreamDefinition()
    • getReportFile

      public File getReportFile()
    • isReview

      public boolean isReview()
    • isWrite

      public boolean isWrite()