Package | Description |
---|---|
org.netbeans.spi.project.support.ant |
Principal package for implementing typical Ant-based projects.
|
Modifier and Type | Method and Description |
---|---|
EditableProperties |
EditableProperties.cloneProperties()
Create an exact copy of this properties object.
|
static EditableProperties |
PropertyUtils.getGlobalProperties()
Load global properties defined by the IDE in the user directory.
|
EditableProperties |
AntProjectHelper.getProperties(String path)
Load a property file from some location in the project.
|
Modifier and Type | Method and Description |
---|---|
static void |
PropertyUtils.putGlobalProperties(EditableProperties properties)
Edit global properties defined by the IDE in the user directory.
|
void |
AntProjectHelper.putProperties(String path,
EditableProperties props)
Store a property file to some location in the project.
|