站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

AntBuildExtenderFactory (Ant-Based Project Support) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.project.ant/1 1.16

org.netbeans.spi.project.ant
Class AntBuildExtenderFactory

java.lang.Object
  extended by 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

Method Summary
static AntBuildExtender createAntExtender(AntBuildExtenderImplementation implementation)
          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

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

org.netbeans.modules.project.ant/1 1.16

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.