public interface ICustomizationCatalogManager
Modifier and Type | Method and Description |
---|---|
java.util.List<Customization> |
getCustomizationsApplicableOn(java.util.Collection<EObject> eObjects)
This method is used to get all the customization which can be applied on a list of
eObjects and on the sub elements of those eObjects.
|
java.util.List<Customization> |
getRegisteredCustomizations()
This method is used to get all the registered customizations.
|
void |
registerCustomization(Customization customization)
This method is used to register a customization which has not been declared through the
regular way (extension point).
|
java.util.List<Customization> getRegisteredCustomizations()
java.util.List<Customization> getCustomizationsApplicableOn(java.util.Collection<EObject> eObjects)
eObjects
- the EObject
s for which to get the applicable customizationsvoid registerCustomization(Customization customization)
customization
- the customization to register