Package | Description |
---|---|
org.netbeans.spi.project.support.ant |
Principal package for implementing typical Ant-based projects.
|
Modifier and Type | Method and Description |
---|---|
SourcesHelper.SourceRootConfig |
SourcesHelper.SourceRootConfig.add()
Adds configured source root to
SourcesHelper . |
SourcesHelper.SourceRootConfig |
SourcesHelper.SourceRootConfig.displayName(String value)
Configures a display name (for
SourceGroup.getDisplayName() ) |
SourcesHelper.SourceRootConfig |
SourcesHelper.SourceRootConfig.excludes(String value)
Configures optional exclude list.
|
SourcesHelper.SourceRootConfig |
SourcesHelper.SourceRootConfig.hint(String value)
Configures optional hint for
SourceGroupModifier allowing creation of this
source root on demand. |
SourcesHelper.SourceRootConfig |
SourcesHelper.SourceRootConfig.icon(Icon value)
Configures a regular icon for the source root, optional.
|
SourcesHelper.SourceRootConfig |
SourcesHelper.SourceRootConfig.includes(String value)
Configures optional include list.
|
SourcesHelper.SourceRootConfig |
SourcesHelper.SourceRootConfig.inParts(String... parts)
Declares that the source root resides in some (hierarchical) project part.
|
SourcesHelper.SourceRootConfig |
SourcesHelper.SourceRootConfig.openedIcon(Icon value)
Configures an opened variant icon for the source root, optional.
|
SourcesHelper.SourceRootConfig |
SourcesHelper.sourceRoot(String location)
Creates a possible source root configuration.
|
SourcesHelper.SourceRootConfig |
SourcesHelper.SourceRootConfig.type(String value)
Turns a root into typed source root which will be considered only in certain contexts.
|