Class SourceGroupModifier.Future

java.lang.Object
org.netbeans.api.project.SourceGroupModifier.Future
Enclosing class:
SourceGroupModifier

public static final class SourceGroupModifier.Future extends Object
A wrapper class that is capable of lazily creating a SourceGroup instance.
Since:
org.netbeans.modules.projectapi 1.24
  • Method Details

    • createSourceGroup

      public final SourceGroup createSourceGroup()
      Create the instance of SourceGroup wrapped by this object.
      Returns:
      a source group
    • getType

      public String getType()
      The type of sources associated with the current instance.
      Returns:
      type constant for type of sources
    • getHint

      public String getHint()
      The source hint associated with the current instance.
      Returns:
      hint constant for type of sources