Uses of Class
org.jboss.set.pull.processor.StreamDefinition
Packages that use StreamDefinition
-
Uses of StreamDefinition in org.jboss.set.pull.processor
Methods in org.jboss.set.pull.processor that return StreamDefinitionMethods in org.jboss.set.pull.processor that return types with arguments of type StreamDefinitionModifier and TypeMethodDescriptionActionContext.getAllowedStreams()ActionContext.getDefinedStreams()ProcessorConfig.getStreamDefinition()ProcessorConfig.getWritePermitedStreamDefinition()Method parameters in org.jboss.set.pull.processor with type arguments of type StreamDefinitionModifier and TypeMethodDescriptionvoidMain.start(List<StreamDefinition> parsedStreams, List<StreamDefinition> writePermittedStreams, String reportFile, boolean performReviewAction, Boolean performWriteOperations) Constructors in org.jboss.set.pull.processor with parameters of type StreamDefinitionModifierConstructorDescriptionStreamComponentDefinition(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 StreamDefinitionModifier and TypeMethodDescriptionstatic 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)