public interface ICatalogManagerConfiguration
Modifier and Type | Method and Description |
---|---|
boolean |
canBeManaged(EObject root)
Return
true if the eObject can be managed as a catalog
entry. |
boolean |
isValid(EObject root)
Return
true if the eObject is valid. |
boolean canBeManaged(EObject root)
true
if the eObject can be managed as a catalog
entry.root
- the root element of a catalogboolean isValid(EObject root)
true
if the eObject is valid.root
- the root element of a catalog