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

org.netbeans.spi.project.ant (NetBeans Ant Project API) - NetBeans API Javadoc 5.0.0

 

Package org.netbeans.spi.project.ant

Pluggable implementations of inter-project Ant dependencies.

See:
          Description

Interface Summary
AntArtifactProvider Interface to be implemented by projects which can supply a list of Ant build artifacts.
AntArtifactQueryImplementation Represents knowledge about the origin of an Ant build product.
 

Package org.netbeans.spi.project.ant Description

Pluggable implementations of inter-project Ant dependencies.

An AntArtifact can be used to represent a build product of a sub-project, typically used as a dependency in a parent project. AntArtifactProvider can be used to enumerate artifacts (i.e. targets creating some files) which are recommended for export to parent projects.


 

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