org.netbeans.spi.project
public interface LookupProvider
Modifier and Type | Interface and Description |
---|---|
static interface |
LookupProvider.Registration
Annotation to register
LookupProvider instances. |
Modifier and Type | Method and Description |
---|---|
Lookup |
createAdditionalLookup(Lookup baseContext)
implementations will be asked to create their additional project lookup based on the baseContext
passed as parameter.
|
Lookup createAdditionalLookup(Lookup baseContext)
baseContext
- implementation shall decide what to return for a given project instance based on context
passed in.Lookup
instance that is to be added to the project's lookup, never null.Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.