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

G

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.
GeneratedFilesHelper - Class in org.netbeans.spi.project.support.ant
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(AntProjectHelper, AntBuildExtender) - 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.
GeneratedFilesInterceptor - Interface in org.netbeans.spi.project.ant
Notifies the Project extension about build script update.
get(Object) - Method in class org.netbeans.spi.project.support.ant.EditableProperties
 
getArtifactFile() - Method in class org.netbeans.api.project.ant.AntArtifact
Deprecated.
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.
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.
getExtensibleTargets() - Method in class org.netbeans.api.project.ant.AntBuildExtender
Get a list of target names in the main build script that are allowed to be extended by adding the "depends" attribute definition to them.
getExtensibleTargets() - Method in interface org.netbeans.spi.project.ant.AntBuildExtenderImplementation
A declarative list of targets that are intended by the project type to be used for extensions to plug into.
getExtension(String) - Method in class org.netbeans.api.project.ant.AntBuildExtender
Get an extension by the id.
getForeignFileReferenceAsArtifact(String) - Method in class org.netbeans.spi.project.support.ant.ReferenceHelper
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.
getLibrariesLocation() - Method in class org.netbeans.spi.project.support.ant.AntProjectHelper
Returns location of shared libraries associated with this project or null.
getOwningProject() - Method in interface org.netbeans.spi.project.ant.AntBuildExtenderImplementation
Returns Ant Project instance.
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.
getProjectLibrariesPropertyProvider() - Method in class org.netbeans.spi.project.support.ant.AntProjectHelper
Creates a property provider which can load definitions of project libraries.
getProjectLibraryManager() - Method in class org.netbeans.spi.project.support.ant.ReferenceHelper
Gets a library manager corresponding to library definition file referred to from this project.
getProjectLibraryManager(Project) - Static method in class org.netbeans.spi.project.support.ant.ReferenceHelper
Gets a library manager of the given project.
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 class org.netbeans.spi.project.support.ant.FilterPropertyProvider
 
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
Get an extra properties used for target execution.
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.
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
A B C D E F G H I L M N O P R S T U 
Skip navigation links
org.netbeans.modules.project.ant/1 1.79