public final class AntBuildExtenderFactory extends Object
Modifier and Type | Method and Description |
---|---|
static AntBuildExtender |
createAntExtender(AntBuildExtenderImplementation implementation)
Deprecated.
|
static AntBuildExtender |
createAntExtender(AntBuildExtenderImplementation implementation,
ReferenceHelper refHelper)
Create instance of
AntBuildExtender that is
to be included in project's lookup. |
@Deprecated public static AntBuildExtender createAntExtender(AntBuildExtenderImplementation implementation)
AntBuildExtenderFactory.createAntExtender(AntBuildExtenderImplementation, ReferenceHelper)
insteadAntBuildExtender
that is
to be included in project's lookup.implementation
- project type's spi implementationAntBuildExtender
instancepublic static AntBuildExtender createAntExtender(AntBuildExtenderImplementation implementation, ReferenceHelper refHelper)
AntBuildExtender
that is
to be included in project's lookup.implementation
- project type's spi implementationrefHelper
- project related reference helperAntBuildExtender
instance