public interface IFacetActions
FacetSet
s.Modifier and Type | Field and Description |
---|---|
static IFacetActions |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
saveFacetSet(FacetSet facetSet,
IFile file)
Add the given facetSet to the given facetSet model file, which will be
created
|
static final IFacetActions INSTANCE
void saveFacetSet(FacetSet facetSet, IFile file) throws java.io.IOException, InvalidFacetSetException
facetSet
- the facetSet to be created. Cannot be null
file
- the new file in which the facetSet has to be created. Cannot
be null
, and cannot already existjava.io.IOException
InvalidFacetSetException