- PathMatcher - Class in org.netbeans.spi.project.support.ant
-
Utility to match Ant-style file patterns with extended glob syntax.
- PathMatcher(String, String, File) - Constructor for class org.netbeans.spi.project.support.ant.PathMatcher
-
Create a path matching object.
- PRIVATE_PROPERTIES_PATH - Static variable in class org.netbeans.spi.project.support.ant.AntProjectHelper
-
Relative path from project directory to the customary private properties file.
- PRIVATE_XML_PATH - Static variable in class org.netbeans.spi.project.support.ant.AntProjectHelper
-
Relative path from project directory to the required private project metadata file.
- PROJECT_PROPERTIES_PATH - Static variable in class org.netbeans.spi.project.support.ant.AntProjectHelper
-
Relative path from project directory to the customary shared properties file.
- PROJECT_XML_PATH - Static variable in class org.netbeans.spi.project.support.ant.AntProjectHelper
-
Relative path from project directory to the required shared project metadata file.
- ProjectGenerator - Class in org.netbeans.spi.project.support.ant
-
Utilities to create new Ant-based projects on disk.
- projectXmlSaved() - Method in class org.netbeans.spi.project.support.ant.ProjectXmlSavedHook
-
Called when shared project metadata (project.xml
) has been modified.
- ProjectXmlSavedHook - Class in org.netbeans.spi.project.support.ant
-
Hook run when nbproject/project.xml
is saved.
- ProjectXmlSavedHook() - Constructor for class org.netbeans.spi.project.support.ant.ProjectXmlSavedHook
-
Default constructor for subclasses.
- propertiesChanged(AntProjectEvent) - Method in interface org.netbeans.spi.project.support.ant.AntProjectListener
-
Called when a change was made to a properties file that might be shared with Ant.
- propertiesFilePropertyProvider(File) - Static method in class org.netbeans.spi.project.support.ant.PropertyUtils
-
Create a property provider based on a properties file.
- PropertyEvaluator - Interface in org.netbeans.spi.project.support.ant
-
A way of mapping property names to values.
- PropertyProvider - Interface in org.netbeans.spi.project.support.ant
-
Provides a set of Ant property definitions that might be evaluated in
some context.
- PropertyUtils - Class in org.netbeans.spi.project.support.ant
-
Support for working with Ant properties and property files.
- put(String, String) - Method in class org.netbeans.spi.project.support.ant.EditableProperties
-
- putGlobalProperties(EditableProperties) - Static method in class org.netbeans.spi.project.support.ant.PropertyUtils
-
Edit global properties defined by the IDE in the user directory.
- putPrimaryConfigurationData(Element, boolean) - Method in class org.netbeans.spi.project.support.ant.AntProjectHelper
-
Store the primary configuration data for this project.
- putProperties(String, EditableProperties) - Method in class org.netbeans.spi.project.support.ant.AntProjectHelper
-
Store a property file to some location in the project.