Package | Description |
---|---|
org.netbeans.modules.java.api.common | |
org.netbeans.modules.java.api.common.queries |
Modifier and Type | Class and Description |
---|---|
class |
ModuleRoots
Represents a project module roots.
|
class |
SourceRoots
Represents a project source roots.
|
Modifier and Type | Method and Description |
---|---|
static Roots |
Roots.nonSourceRoots(String... rootPropNames)
Creates roots list which should be registered as non source roots.
|
static Roots |
Roots.propertyBased(String[] properties,
String[] displayNames,
boolean supportIncludes,
String type,
String hint)
Creates a source roots list which should be registered as principal and
possibly typed roots.
|
Modifier and Type | Method and Description |
---|---|
static MultiModuleGroupQuery |
QuerySupport.AntProjectHelper helper,
PropertyEvaluator evaluator,
Sources src,
Roots... roots)
Returns
MultiModuleGroupQuery implementation suitable for modular Java projects. |
static Sources |
QuerySupport.Project project,
AntProjectHelper helper,
PropertyEvaluator evaluator,
Roots... roots)
Returns
Sources implementation designed for projects that supports adding
or removing of the source roots. |