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

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

 
A B C D E F G I L N O P R S T

A

AntArtifact - class org.netbeans.api.project.ant.AntArtifact.
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 org.netbeans.spi.project.ant.AntArtifactProvider.
Interface to be implemented by projects which can supply a list of Ant build artifacts.
AntArtifactQuery - class org.netbeans.api.project.ant.AntArtifactQuery.
Find out how to create a certain build artifact by calling some Ant script.
AntArtifactQueryImplementation - interface org.netbeans.spi.project.ant.AntArtifactQueryImplementation.
Represents knowledge about the origin of an Ant build product.
AntBasedProjectType - interface org.netbeans.spi.project.support.ant.AntBasedProjectType.
Plugin for an Ant project type.
AntProjectEvent - class org.netbeans.spi.project.support.ant.AntProjectEvent.
Event object corresponding to a change made in an Ant project's metadata.
AntProjectHelper - class org.netbeans.spi.project.support.ant.AntProjectHelper.
Support class for implementing Ant-based projects.
AntProjectListener - interface org.netbeans.spi.project.support.ant.AntProjectListener.
Listener for changes in Ant project metadata.
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.

 
A B C D E F G I L N O P R S T
Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.