@Deprecated
public interface ICatalogSetManager2
| Modifier and Type | Method and Description |
|---|---|
Bundle |
getBundleByResource(Resource eResource)
Deprecated.
Return the bundle containing the file from which we have created the given resource.
|
<T> java.util.List<T> |
getCatalogManagerByType(java.lang.Class<? extends T> catalogManagerClass)
Deprecated.
Return the registered catalogs conforming to the parameter class.
|
CatalogSet |
getCatalogSet()
Deprecated.
This method returns the
CatalogSet object which contains all the registered catalogs. |
void |
registerModelDeclaration(IFile file)
Deprecated.
This method takes a file to register it as a "modelDeclaration" extension in its containing
plug-in.
|
CatalogSet getCatalogSet()
CatalogSet object which contains all the registered catalogs.CatalogsBundle getBundleByResource(Resource eResource)
eResource - the EMF ResourceBundle matching the given resource, or null if the resource
is not defined in a Bundle.java.lang.IllegalArgumentException - if the resource is nullvoid registerModelDeclaration(IFile file)
throws InvalidFacetSetException
file - the file to be registered as a "modelDeclaration"InvalidFacetSetException<T> java.util.List<T> getCatalogManagerByType(java.lang.Class<? extends T> catalogManagerClass)
ICatalogManager