@Deprecated
public final class FacetSetCatalog
extends EcoreCatalog
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FILE_EXTENSION
Deprecated.
|
static java.lang.String |
REGISTRATION_EXTENSION_POINT_ID
Deprecated.
|
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
FacetSet s that apply to the given
EPackage . |
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)
FacetSet
s that apply to the given
EPackage
.ePackage
- the package for which matching FacetSet
s will be
returnedFacetSet
spublic 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)