Class IteratingPhase
java.lang.Object
org.drools.compiler.builder.impl.processors.IteratingPhase
- All Implemented Interfaces:
CompilationPhase
Decorates a
CompilationPhase via its SinglePackagePhaseFactory.
Iterates over a collection of CompositePackageDescr
and applies the decorated phase to it.-
Constructor Summary
ConstructorsConstructorDescriptionIteratingPhase(Collection<CompositePackageDescr> packages, PackageRegistryManager pkgRegistryManager, SinglePackagePhaseFactory phaseFactory) -
Method Summary
-
Constructor Details
-
IteratingPhase
public IteratingPhase(Collection<CompositePackageDescr> packages, PackageRegistryManager pkgRegistryManager, SinglePackagePhaseFactory phaseFactory)
-
-
Method Details
-
process
public void process()- Specified by:
processin interfaceCompilationPhase
-
getResults
- Specified by:
getResultsin interfaceCompilationPhase
-