org.netbeans.modules.projectapi/1 1.36.1

org.netbeans.api.project
Class SourceGroupModifier.Future

java.lang.Object
  extended by 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.


Method Summary
 SourceGroup createSourceGroup()
          Create the instance of SourceGroup wrapped by this object.
 String getHint()
          The source hint associated with the current instance.
 String getType()
          The type of sources associated with the current instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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

org.netbeans.modules.projectapi/1 1.36.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.