Uses of Interface
org.netbeans.api.project.SourceGroup
Packages that use SourceGroup
Package
Description
General API for finding and manipulating all kinds of projects.
Support for defining project types.
-
Uses of SourceGroup in org.netbeans.api.project
Methods in org.netbeans.api.project that return SourceGroupModifier and TypeMethodDescriptionstatic final SourceGroup
SourceGroupModifier.createAssociatedSourceGroup
(Project project, SourceGroup original, String type, String hint, String... projectParts) Creates a source group associated to an existing one.static final SourceGroup
SourceGroupModifier.createSourceGroup
(Project project, String type, String hint) Creates aSourceGroup
in the givenProject
of the given type and hint.final SourceGroup
SourceGroupModifier.Future.createSourceGroup()
Create the instance ofSourceGroup
wrapped by this object.Sources.getSourceGroups
(String type) Find all root source folders matching a given type.Methods in org.netbeans.api.project with parameters of type SourceGroupModifier and TypeMethodDescriptionstatic final SourceGroup
SourceGroupModifier.createAssociatedSourceGroup
(Project project, SourceGroup original, String type, String hint, String... projectParts) Creates a source group associated to an existing one. -
Uses of SourceGroup in org.netbeans.spi.project
Methods in org.netbeans.spi.project that return SourceGroupModifier and TypeMethodDescriptionSourceGroupModifierImplementation.createSourceGroup
(String type, String hint) Creates aSourceGroup
of the given type and hint.Methods in org.netbeans.spi.project with parameters of type SourceGroupModifier and TypeMethodDescriptionSourceGroupRelativeModifierImplementation.relativeTo
(SourceGroup existingGroup, String... projectPart) Returns Modifier, which is bound to a specific location or conceptual part of the project. -
Uses of SourceGroup in org.netbeans.spi.project.support
Methods in org.netbeans.spi.project.support that return SourceGroup