Class SourceGroupModifier.Future
java.lang.Object
org.netbeans.api.project.SourceGroupModifier.Future
- Enclosing class:
SourceGroupModifier
A wrapper class that is capable of lazily creating a
SourceGroup
instance.- Since:
- org.netbeans.modules.projectapi 1.24
-
Method Summary
Modifier and TypeMethodDescriptionfinal SourceGroup
Create the instance ofSourceGroup
wrapped by this object.getHint()
The source hint associated with the current instance.getType()
The type of sources associated with the current instance.
-
Method Details
-
createSourceGroup
Create the instance ofSourceGroup
wrapped by this object.- Returns:
- a source group
-
getType
The type of sources associated with the current instance.- Returns:
- type constant for type of sources
-
getHint
The source hint associated with the current instance.- Returns:
- hint constant for type of sources
-