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

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

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

org.netbeans.spi.project.ant
Interface AntBuildExtenderImplementation


public interface AntBuildExtenderImplementation

A project type's spi for AntBuildExtender's wiring. A typical setup in the project type includes:

Since:
org.netbeans.modules.project.ant 1.16

Method Summary
 List<String> getExtensibleTargets()
          A declarative list of targets that are intended by the project type to be used for extensions to plug into.
 Project getOwningProject()
          Returns Ant Project instance.
 

Method Detail

getExtensibleTargets

List<String> getExtensibleTargets()
A declarative list of targets that are intended by the project type to be used for extensions to plug into.

Returns:
list of target names

getOwningProject

Project getOwningProject()
Returns Ant Project instance.

Returns:
The project that this instance of AntBuildExtenderImplementation describes

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

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