Package | Description |
---|---|
org.netbeans.spi.project.support.ant |
Principal package for implementing typical Ant-based projects.
|
Modifier and Type | Method and Description |
---|---|
ReferenceHelper.RawReference |
ReferenceHelper.getRawReference(String foreignProjectName,
String id)
Get a particular raw reference from this project to another.
|
ReferenceHelper.RawReference[] |
ReferenceHelper.getRawReferences()
Get a list of raw references from this project to others.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ReferenceHelper.addRawReference(ReferenceHelper.RawReference ref)
Add a raw reference to a foreign project artifact.
|