当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
AntBuildExtenderFactory (Ant-Based Project Support) - NetBeans API Javadoc (Current Development Version)
org.netbeans.spi.project.ant
Class AntBuildExtenderFactory
java.lang.Object
org.netbeans.spi.project.ant.AntBuildExtenderFactory
public final class AntBuildExtenderFactory
- extends Object
Factory class for creation of AntBuildExtender instances
- Since:
- org.netbeans.modules.project.ant 1.16
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createAntExtender
public static AntBuildExtender createAntExtender(AntBuildExtenderImplementation implementation)
- Create instance of
AntBuildExtender
that is
to be included in project's lookup.
- Parameters:
implementation
- project type's spi implementation
- Returns:
- resulting
AntBuildExtender
instance