|
org.netbeans.modules.projectapi/1 1.13 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.spi.project.support.LookupProviderSupport
public final class LookupProviderSupport
Factory for lookup capable of merging content from registered
LookupProvider instances.
| Method Summary | |
|---|---|
static Lookup |
createCompositeLookup(Lookup baseLookup,
String folderPath)
Creates a project lookup instance that combines the content from multiple sources. |
static LookupMerger<Sources> |
createSourcesMerger()
Factory method for creating LookupMerger instance that merges
Sources instances in the project lookup. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Lookup createCompositeLookup(Lookup baseLookup, String folderPath)
baseLookup - initial, base content of the project lookup created by the project ownerfolderPath - the path in the System Filesystem that is used as root for lookup composition, as for Lookups.forPath(java.lang.String).
The content of the folder is assumed to be LookupProvider instances.
public static LookupMerger<Sources> createSourcesMerger()
LookupMerger instance that merges
Sources instances in the project lookup.
Allows to compose the Sources
content from multiple sources.
|
org.netbeans.modules.projectapi/1 1.13 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||