| |
|
| org.netbeans.spi.project.LookupMerger
Method Summary | |
Class<T> | getMergeableClass() | T | merge(Lookup lookup) Merge instances of the given class in the given lookup and return merged
object which substitutes them. |
getMergeableClass | Class<T> getMergeableClass()(Code) | | Returns a class which is merged by this implementation of LookupMerger
Class instance |
merge | T merge(Lookup lookup)(Code) | | Merge instances of the given class in the given lookup and return merged
object which substitutes them.
Parameters: lookup - lookup with the instances object to be used instead of instances in the lookup |
|
|
|