public final class LookupProviderSupport extends Object
LookupProvider
instances.Modifier and Type | Method and Description |
---|---|
static Lookup |
createCompositeLookup(Lookup baseLookup,
String folderPath)
Creates a platform lookup instance that combines the content from multiple sources.
|
public static Lookup createCompositeLookup(Lookup baseLookup, String folderPath)
J2eePlatform
.baseLookup
- initial, base content of the project lookup created by the pluginfolderPath
- 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.