Package | Description |
---|---|
org.netbeans.api.project |
General API for finding and manipulating all kinds of projects.
|
org.netbeans.spi.project |
Support for defining project types.
|
org.netbeans.spi.project.support |
Modifier and Type | Method and Description |
---|---|
static SourceGroup |
SourceGroupModifier.createAssociatedSourceGroup(Project project,
SourceGroup original,
String type,
String hint,
String... projectParts)
Creates a source group associated to an existing one.
|
SourceGroup |
SourceGroupModifier.Future.createSourceGroup()
Create the instance of
SourceGroup wrapped by
this object. |
static SourceGroup |
SourceGroupModifier.createSourceGroup(Project project,
String type,
String hint)
Creates a
SourceGroup in the given Project of the given type and hint. |
SourceGroup[] |
Sources.getSourceGroups(String type)
Find all root source folders matching a given type.
|
Modifier and Type | Method and Description |
---|---|
static SourceGroup |
SourceGroupModifier.createAssociatedSourceGroup(Project project,
SourceGroup original,
String type,
String hint,
String... projectParts)
Creates a source group associated to an existing one.
|
Modifier and Type | Method and Description |
---|---|
SourceGroup |
SourceGroupModifierImplementation.createSourceGroup(String type,
String hint)
Creates a
SourceGroup of the given type and hint. |
Modifier and Type | Method and Description |
---|---|
SourceGroupModifierImplementation |
SourceGroupRelativeModifierImplementation.relativeTo(SourceGroup existingGroup,
String... projectPart)
Returns Modifier, which is bound to a specific location or conceptual part of the project.
|
Modifier and Type | Method and Description |
---|---|
static SourceGroup |
GenericSources.group(Project p,
FileObject rootFolder,
String name,
String displayName,
Icon icon,
Icon openedIcon)
Default kind of source folder group.
|