@Deprecated
public interface ICatalogManager
Modifier and Type | Method and Description |
---|---|
boolean |
canBeManaged(EObject root)
Deprecated.
Return
true if the eObject can be managed as a catalog entry. |
void |
manage(EObject root)
Deprecated.
This method is called by
CatalogSetManager when a model registration that can be
managed (according to canBeManaged ) is detected
while loading. |
void |
setCatalogSet(CatalogSet catalogSet)
Deprecated.
This method is called by the
CatalogSetManager after the instantiation of this
ICatalogManager . |
boolean canBeManaged(EObject root)
true
if the eObject can be managed as a catalog entry.root
- the root element of a catalogvoid manage(EObject root)
CatalogSetManager
when a model registration that can be
managed (according to canBeManaged
) is detected
while loading. This method adds the given root model element to the catalog.root
- a root element of a model that should be added to the catalogvoid setCatalogSet(CatalogSet catalogSet)
CatalogSetManager
after the instantiation of this
ICatalogManager
. This method must attach the catalog(s) managed by this
ICatalogManager
to the given catalogSet
.catalogSet
- the CatalogSet
to which the catalog managed by this
ICatalogManager
should be attached