|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICatalogSetManager2
| Field Summary | |
|---|---|
static ICatalogSetManager2 |
INSTANCE
Deprecated. has been replaced by org.eclipse.emf.facet.util.emf.core.ICatalogSetManagerFactory .createICatalogSetManager(ResourceSet) |
| Method Summary | ||
|---|---|---|
Bundle |
getBundleByResource(Resource eResource)
Return the bundle containing the file from which we have created the given resource. |
|
|
getCatalogManagerByType(java.lang.Class<? extends T> catalogManagerClass)
Return the registered catalogs conforming to the parameter class. |
|
CatalogSet |
getCatalogSet()
This method returns the CatalogSet object which contains all the registered catalogs. |
|
void |
registerModelDeclaration(IFile file)
This method takes a file to register it as a "modelDeclaration" extension in its containing plug-in. |
|
| Field Detail |
|---|
@Deprecated static final ICatalogSetManager2 INSTANCE
ICatalogSetManager2.
| Method Detail |
|---|
CatalogSet getCatalogSet()
CatalogSet object which contains all the registered catalogs.
CatalogsBundle getBundleByResource(Resource eResource)
eResource - the EMF Resource
Bundle matching the given resource, or null if the resource
is not defined in a Bundle.
java.lang.IllegalArgumentException - if the resource is null
void 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||