|
org.netbeans.modules.project.ant/1 1.42.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.spi.project.ant.AntBuildExtenderFactory
public final class AntBuildExtenderFactory
Factory class for creation of AntBuildExtender instances
Method Summary | |
---|---|
static AntBuildExtender |
createAntExtender(AntBuildExtenderImplementation implementation)
Deprecated. Use createAntExtender(AntBuildExtenderImplementation, ReferenceHelper) instead |
static AntBuildExtender |
createAntExtender(AntBuildExtenderImplementation implementation,
ReferenceHelper refHelper)
Create instance of AntBuildExtender that is
to be included in project's lookup. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@Deprecated public static AntBuildExtender createAntExtender(AntBuildExtenderImplementation implementation)
createAntExtender(AntBuildExtenderImplementation, ReferenceHelper)
instead
AntBuildExtender
that is
to be included in project's lookup.
implementation
- project type's spi implementation
AntBuildExtender
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 helper
AntBuildExtender
instance
|
org.netbeans.modules.project.ant/1 1.42.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |