- sequentialPropertyEvaluator(PropertyProvider, PropertyProvider...) - Static method in class org.netbeans.spi.project.support.ant.PropertyUtils
-
Create a property evaluator based on a series of definitions.
- setComment(String, String[], boolean) - Method in class org.netbeans.spi.project.support.ant.EditableProperties
-
Create comment for the property.
- setDelegate(PropertyProvider) - Method in class org.netbeans.spi.project.support.ant.FilterPropertyProvider
-
Change the current delegate (firing changes as well).
- setLibrariesLocation(String) - Method in class org.netbeans.spi.project.support.ant.AntProjectHelper
-
Change project's associated shared libraries location.
- setProperty(String, String) - Method in class org.netbeans.spi.project.support.ant.EditableProperties
-
Convenience method to set a property.
- setProperty(String, String[]) - Method in class org.netbeans.spi.project.support.ant.EditableProperties
-
Sets a property to a value broken into segments for readability.
- sourceRoot(String) - Method in class org.netbeans.spi.project.support.ant.SourcesHelper
-
Creates a possible source root configuration.
- SourcesHelper - Class in org.netbeans.spi.project.support.ant
-
Helper class to work with source roots and typed folders of a project.
- SourcesHelper(AntProjectHelper, PropertyEvaluator) - Constructor for class org.netbeans.spi.project.support.ant.SourcesHelper
-
- SourcesHelper(Project, AntProjectHelper, PropertyEvaluator) - Constructor for class org.netbeans.spi.project.support.ant.SourcesHelper
-
Create the helper object, initially configured to recognize only sources
contained inside the project directory.
- SourcesHelper.SourceRootConfig - Class in org.netbeans.spi.project.support.ant
-
Helper class for configuring source roots.
- store(OutputStream) - Method in class org.netbeans.spi.project.support.ant.EditableProperties
-
Store properties to a stream.