Uses of Class
org.jboss.set.pull.processor.StreamDefinition
-
Packages that use StreamDefinition Package Description org.jboss.set.pull.processor org.jboss.set.pull.processor.impl.evaluator.util -
-
Uses of StreamDefinition in org.jboss.set.pull.processor
Methods in org.jboss.set.pull.processor that return StreamDefinition Modifier and Type Method Description StreamDefinitionStreamComponentDefinition. getStreamDefinition()Methods in org.jboss.set.pull.processor that return types with arguments of type StreamDefinition Modifier and Type Method Description List<StreamDefinition>ActionContext. getAllowedStreams()List<StreamDefinition>ActionContext. getDefinedStreams()List<StreamDefinition>ProcessorConfig. getStreamDefinition()List<StreamDefinition>ProcessorConfig. getWritePermitedStreamDefinition()Method parameters in org.jboss.set.pull.processor with type arguments of type StreamDefinition Modifier and Type Method Description voidMain. start(List<StreamDefinition> parsedStreams, List<StreamDefinition> writePermittedStreams, String reportFile, Boolean performWriteOperations)Constructors in org.jboss.set.pull.processor with parameters of type StreamDefinition Constructor Description StreamComponentDefinition(String name, StreamDefinition streamDefinition) -
Uses of StreamDefinition in org.jboss.set.pull.processor.impl.evaluator.util
Method parameters in org.jboss.set.pull.processor.impl.evaluator.util with type arguments of type StreamDefinition Modifier and Type Method Description static voidStreamDefinitionUtil. matchStreams(org.jboss.set.aphrodite.Aphrodite aphrodite, List<StreamDefinition> defs)Fetch stream/component definition from aphrodite if it match conf parameters(StreamDefinition and StreamComponentDefinition)
-