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

A-Index (NetBeans Ant Project API) - NetBeans API Javadoc 5.5.1

org.netbeans.modules.project.ant/1 1.12.31
A B C D E F G I L N O P R S T

A

addAntProjectListener(AntProjectListener) - Method in class org.netbeans.spi.project.support.ant.AntProjectHelper
Add a listener to changes in the project configuration.
addChangeListener(ChangeListener) - Method in interface org.netbeans.spi.project.support.ant.PropertyProvider
Add a change listener.
addExtraBaseDirectory(String) - Method in class org.netbeans.spi.project.support.ant.ReferenceHelper
Add extra folder which can be used as base directory (in addition to project base folder) for creating references.
addNonSourceRoot(String) - Method in class org.netbeans.spi.project.support.ant.SourcesHelper
Similar to SourcesHelper.addPrincipalSourceRoot(java.lang.String, java.lang.String, javax.swing.Icon, javax.swing.Icon) but affects only SourcesHelper.registerExternalRoots(int) and not SourcesHelper.createSources().
addPrincipalSourceRoot(String, String, Icon, Icon) - Method in class org.netbeans.spi.project.support.ant.SourcesHelper
Add a possible principal source root, or top-level folder which may contain sources that should be considered part of the project.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.netbeans.spi.project.support.ant.PropertyEvaluator
Add a listener to changes in particular property values.
addRawReference(ReferenceHelper.RawReference) - Method in class org.netbeans.spi.project.support.ant.ReferenceHelper
Add a raw reference to a foreign project artifact.
addReference(AntArtifact) - Method in class org.netbeans.spi.project.support.ant.ReferenceHelper
Deprecated. to add reference use ReferenceHelper.addReference(AntArtifact, URI); to check whether reference exist or not use ReferenceHelper.isReferenced(AntArtifact, URI). This method creates reference for the first artifact location only.
addReference(AntArtifact, URI) - Method in class org.netbeans.spi.project.support.ant.ReferenceHelper
Add a reference to an artifact's location coming from a foreign project.
addTypedSourceRoot(String, String, String, Icon, Icon) - Method in class org.netbeans.spi.project.support.ant.SourcesHelper
Add a typed source root which will be considered only in certain contexts.
AntArtifact - Class in org.netbeans.api.project.ant
Represents one artifact of an Ant build.
AntArtifact() - Constructor for class org.netbeans.api.project.ant.AntArtifact
Empty constructor for use from subclasses.
AntArtifactProvider - Interface in org.netbeans.spi.project.ant
Interface to be implemented by projects which can supply a list of Ant build artifacts.
AntArtifactQuery - Class in org.netbeans.api.project.ant
Find out how to create a certain build artifact by calling some Ant script.
AntArtifactQueryImplementation - Interface in org.netbeans.spi.project.ant
Represents knowledge about the origin of an Ant build product.
AntBasedProjectType - Interface in org.netbeans.spi.project.support.ant
Plugin for an Ant project type.
AntProjectEvent - Class in org.netbeans.spi.project.support.ant
Event object corresponding to a change made in an Ant project's metadata.
AntProjectHelper - Class in org.netbeans.spi.project.support.ant
Support class for implementing Ant-based projects.
AntProjectListener - Interface in org.netbeans.spi.project.support.ant
Listener for changes in Ant project metadata.

org.netbeans.modules.project.ant/1 1.12.31
A B C D E F G I L N O P R S T
Built on March 26 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.