public static class Integrator.Factory
extends java.lang.Object
Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
static Integrator |
newAntIntegrator(CIOptions options)
Creates an integrator for Ant, using the given options.
|
static Integrator |
newMavenIntegrator(CIOptions options)
Creates an integrator for Maven, using the given options.
|
public static Integrator newAntIntegrator(CIOptions options)
options
- the options the Integrator should usepublic static Integrator newMavenIntegrator(CIOptions options)
options
- the options the Integrator should use