@Deprecated
public final class FacetSetCatalog
extends EcoreCatalog
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | FILE_EXTENSIONDeprecated.  | 
| static java.lang.String | REGISTRATION_EXTENSION_POINT_IDDeprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | added(EObject eObject,
     IFile file)Deprecated.  | 
| void | changed(EObject eObject,
       IFile file)Deprecated.  | 
| java.util.Collection<FacetSet> | getAllFacetSets()Deprecated.  This methods returns the facet sets of all the resources contained in the
 catalog. | 
| java.util.Set<FacetSet> | getDefaultFacetSets(EPackage ePackage)Deprecated.  Get the set of default  FacetSets that apply to the givenEPackage. | 
| java.util.Map<EPackage,java.util.HashSet<FacetSet>> | getEPackageToDefaultFacetSetMap()Deprecated.  | 
| FacetSet | getFacetSet(java.lang.String name)Deprecated.  This method returns the facet set of the resource having for name the
 "name" parameter value. | 
| java.lang.String | getFileExtension()Deprecated.  | 
| static FacetSetCatalog | getSingleton()Deprecated.  | 
| void | removed(IFile file)Deprecated.  | 
public static final java.lang.String REGISTRATION_EXTENSION_POINT_ID
public static final java.lang.String FILE_EXTENSION
public static FacetSetCatalog getSingleton()
public java.util.Map<EPackage,java.util.HashSet<FacetSet>> getEPackageToDefaultFacetSetMap()
public FacetSet getFacetSet(java.lang.String name)
name - the name of a resource contained in the catalogpublic java.util.Set<FacetSet> getDefaultFacetSets(EPackage ePackage)
FacetSets that apply to the given
 EPackage.ePackage - the package for which matching FacetSets will be
            returnedFacetSetspublic java.util.Collection<FacetSet> getAllFacetSets()
public java.lang.String getFileExtension()
public void changed(EObject eObject,
                    IFile file)
public void added(EObject eObject,
                  IFile file)
public void removed(IFile file)