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

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

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

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 class org.netbeans.spi.project.support.ant.FilterPropertyProvider
 
addChangeListener(ChangeListener) - Method in interface org.netbeans.spi.project.support.ant.PropertyProvider
Add a change listener.
addDependency(String, String) - Method in class org.netbeans.api.project.ant.AntBuildExtender.Extension
Add a dependency of a main build script target on the target in the extension's script.
addExtension(String, FileObject) - Method in class org.netbeans.api.project.ant.AntBuildExtender
Adds a new build script extension.
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.
addPrincipalSourceRoot(String, String, 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, with optional include and exclude lists.
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.
addTypedSourceRoot(String, String, String, String, String, Icon, Icon) - Method in class org.netbeans.spi.project.support.ant.SourcesHelper
Add a typed source root with optional include and exclude lists.
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.
AntBuildExtender - Class in org.netbeans.api.project.ant
Allows extending the project's build script with 3rd party additions.
AntBuildExtender.Extension - Class in org.netbeans.api.project.ant
Describes and allows to manipulate the build script extension and it's links to the main build script of the project.
AntBuildExtenderFactory - Class in org.netbeans.spi.project.ant
Factory class for creation of AntBuildExtender instances
AntBuildExtenderImplementation - Interface in org.netbeans.spi.project.ant
A project type's spi for AntBuildExtender's wiring.
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.16
A B C D E F G I L M N O P R S T U
Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.