| java.lang.Object org.netbeans.spi.project.support.LookupProviderSupport
LookupProviderSupport | final public class LookupProviderSupport (Code) | | Factory for lookup capable of merging content from registered
org.netbeans.spi.project.LookupProvider instances.
author: mkleint since: org.netbeans.modules.projectapi 1.12 |
Inner Class :static class DelegatingLookupImpl extends ProxyLookup implements LookupListener | |
createCompositeLookup | public static Lookup createCompositeLookup(Lookup baseLookup, String folderPath)(Code) | | Creates a project lookup instance that combines the content from multiple sources.
A convenience factory method for implementors of Project.
Parameters: baseLookup - initial, base content of the project lookup created by the project owner Parameters: folderPath - the path in the System Filesystem that is used as root for lookup composition, as for Lookups.forPath.The content of the folder is assumed to be LookupProvider instances. a lookup to be used in project |
|
|