public interface ICustomizationActions
CustomizationActionsImpl| Modifier and Type | Field and Description |
|---|---|
static ICustomizationActions |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
saveCustomization(Customization customization,
IFile file)
Add the given customization to the given customization model file, which
will be created.
|
static final ICustomizationActions INSTANCE
void saveCustomization(Customization customization, IFile file) throws java.io.IOException, InvalidFacetSetException
customization - the customization to be created. Cannot be nullfile - the new file in which the customization has to be created.
Cannot be null, and cannot already existjava.io.IOExceptionInvalidFacetSetException