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

G-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

G

GeneratedFilesHelper - class org.netbeans.spi.project.support.ant.GeneratedFilesHelper.
Helps a project type (re-)generate, and manage the state and versioning of, build.xml and build-impl.xml.
GeneratedFilesHelper(AntProjectHelper) - Constructor for class org.netbeans.spi.project.support.ant.GeneratedFilesHelper
Create a helper based on the supplied project helper handle.
GeneratedFilesHelper(FileObject) - Constructor for class org.netbeans.spi.project.support.ant.GeneratedFilesHelper
Create a helper based only on a project directory.
generateBuildScriptFromStylesheet(String, URL) - Method in class org.netbeans.spi.project.support.ant.GeneratedFilesHelper
Create build.xml or nbproject/build-impl.xml from project.xml plus a supplied XSLT stylesheet.
getArtifactFile() - Method in class org.netbeans.api.project.ant.AntArtifact
Deprecated. use AntArtifact.getArtifactFiles() instead
getArtifactFiles() - Method in class org.netbeans.api.project.ant.AntArtifact
Convenience method to find the actual artifacts, if they currently exist.
getArtifactLocation() - Method in class org.netbeans.api.project.ant.AntArtifact
Deprecated. use AntArtifact.getArtifactLocations() instead
getArtifactLocations() - Method in class org.netbeans.api.project.ant.AntArtifact
Get the locations of the build artifacts relative to the Ant script.
getArtifactType() - Method in class org.netbeans.spi.project.support.ant.ReferenceHelper.RawReference
Get the type of the foreign project's build artifact.
getBuildArtifacts() - Method in interface org.netbeans.spi.project.ant.AntArtifactProvider
Get a list of supported build artifacts.
getBuildScriptState(String, URL) - Method in class org.netbeans.spi.project.support.ant.GeneratedFilesHelper
Find what state a build script is in.
getCleanTargetName() - Method in class org.netbeans.api.project.ant.AntArtifact
Get the name of an Ant target that will delete this artifact.
getCleanTargetName() - Method in class org.netbeans.spi.project.support.ant.ReferenceHelper.RawReference
Get the Ant target name to clean the artifact.
getComment(String) - Method in class org.netbeans.spi.project.support.ant.EditableProperties
Returns comment associated with the property.
getForeignFileReferenceAsArtifact(String) - Method in class org.netbeans.spi.project.support.ant.ReferenceHelper
Deprecated. use ReferenceHelper.findArtifactAndLocation(java.lang.String) instead
getForeignProjectName() - Method in class org.netbeans.spi.project.support.ant.ReferenceHelper.RawReference
Get the name of the foreign project as referred to from this project.
getGlobalProperties() - Static method in class org.netbeans.spi.project.support.ant.PropertyUtils
Load global properties defined by the IDE in the user directory.
getHelper() - Method in class org.netbeans.spi.project.support.ant.AntProjectEvent
Get the associated Ant project helper object.
getID() - Method in class org.netbeans.api.project.ant.AntArtifact
Returns identifier of the AntArtifact which must be unique within one project.
getID() - Method in class org.netbeans.spi.project.support.ant.ReferenceHelper.RawReference
Get the ID of the foreign project's build artifact.
getPath() - Method in class org.netbeans.spi.project.support.ant.AntProjectEvent
Get the path to the modified (or created or deleted) file.
getPrimaryConfigurationData(boolean) - Method in class org.netbeans.spi.project.support.ant.AntProjectHelper
Get the primary configuration data for this project.
getPrimaryConfigurationDataElementName(boolean) - Method in interface org.netbeans.spi.project.support.ant.AntBasedProjectType
Get the simple name of the XML element that should be used to store the project's specific configuration data in nbproject/project.xml (inside <configuration>) or nbproject/private/private.xml (inside <project-private>).
getPrimaryConfigurationDataElementNamespace(boolean) - Method in interface org.netbeans.spi.project.support.ant.AntBasedProjectType
Get the namespace of the XML element that should be used to store the project's specific configuration data in nbproject/project.xml (inside <configuration>) or nbproject/private/private.xml (inside <project-private>).
getProject() - Method in class org.netbeans.api.project.ant.AntArtifact
Find the project associated with this script, if any.
getProjectDirectory() - Method in class org.netbeans.spi.project.support.ant.AntProjectHelper
Get the top-level project directory.
getProperties() - Method in class org.netbeans.api.project.ant.AntArtifact
Optional properties which are used for Ant target execution.
getProperties(String) - Method in class org.netbeans.spi.project.support.ant.AntProjectHelper
Load a property file from some location in the project.
getProperties() - Method in interface org.netbeans.spi.project.support.ant.PropertyEvaluator
Get a set of all current property definitions at once.
getProperties() - Method in interface org.netbeans.spi.project.support.ant.PropertyProvider
Get all defined properties.
getProperties() - Method in class org.netbeans.spi.project.support.ant.ReferenceHelper.RawReference
 
getProperty(String) - Method in class org.netbeans.spi.project.support.ant.EditableProperties
Convenience method to get a property as a string.
getProperty(String) - Method in interface org.netbeans.spi.project.support.ant.PropertyEvaluator
Evaluate a single property.
getPropertyProvider(String) - Method in class org.netbeans.spi.project.support.ant.AntProjectHelper
Get a property provider that works with loadable project properties.
getRawReference(String, String) - Method in class org.netbeans.spi.project.support.ant.ReferenceHelper
Get a particular raw reference from this project to another.
getRawReferences() - Method in class org.netbeans.spi.project.support.ant.ReferenceHelper
Get a list of raw references from this project to others.
getScriptFile() - Method in class org.netbeans.api.project.ant.AntArtifact
Convenience method to find the actual script file, if it currently exists.
getScriptLocation() - Method in class org.netbeans.api.project.ant.AntArtifact
Get a location for the Ant script that is able to produce this artifact.
getScriptLocation() - Method in class org.netbeans.spi.project.support.ant.ReferenceHelper.RawReference
Deprecated. use ReferenceHelper.RawReference.getScriptLocationValue() instead; may return null now
getScriptLocationValue() - Method in class org.netbeans.spi.project.support.ant.ReferenceHelper.RawReference
Get absolute path location of the foreign project's build script.
getStandardPropertyEvaluator() - Method in class org.netbeans.spi.project.support.ant.AntProjectHelper
Get a property evaluator that can evaluate properties according to the default file layout for Ant-based projects.
getStockPropertyPreprovider() - Method in class org.netbeans.spi.project.support.ant.AntProjectHelper
Get a property provider which defines basedir according to the project directory and also copies all system properties in the current VM.
getTargetName() - Method in class org.netbeans.api.project.ant.AntArtifact
Get the name of the Ant target that is able to produce this artifact.
getTargetName() - Method in class org.netbeans.spi.project.support.ant.ReferenceHelper.RawReference
Get the Ant target name to build the artifact.
getType() - Method in class org.netbeans.api.project.ant.AntArtifact
Get the type of the build artifact.
getType() - Method in interface org.netbeans.spi.project.support.ant.AntBasedProjectType
Get a unique type identifier for this kind of project.
getUsablePropertyName(String) - Static method in class org.netbeans.spi.project.support.ant.PropertyUtils
Returns name usable as Ant property which is based on the given name.
globalPropertyProvider() - Static method in class org.netbeans.spi.project.support.ant.PropertyUtils
Create a property evaluator based on PropertyUtils.getGlobalProperties() and PropertyUtils.putGlobalProperties(org.netbeans.spi.project.support.ant.EditableProperties).

 
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.