Package | Description |
---|---|
org.netbeans.api.project |
General API for finding and manipulating all kinds of projects.
|
org.netbeans.spi.project.support |
Modifier and Type | Method and Description |
---|---|
static Sources |
ProjectUtils.getSources(Project p)
Get a list of sources for a project.
|
Modifier and Type | Method and Description |
---|---|
static Sources |
GenericSources.genericOnly(Project p)
Lists only one source folder group, of
Sources.TYPE_GENERIC ,
containing the project directory, as by GenericSources.group(org.netbeans.api.project.Project, org.openide.filesystems.FileObject, java.lang.String, java.lang.String, javax.swing.Icon, javax.swing.Icon) . |