public class EclipseCompilerConfiguration extends java.lang.Object implements PersistentStateComponent<EclipseCompilerOptions>
| Constructor and Description |
|---|
EclipseCompilerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static EclipseCompilerOptions |
getOptions(Project project,
java.lang.Class<? extends EclipseCompilerConfiguration> aClass) |
EclipseCompilerOptions |
getState() |
void |
loadState(EclipseCompilerOptions state)
This method is called when new component state is loaded.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitializeComponent, noStateLoadedpublic EclipseCompilerOptions getState()
getState in interface PersistentStateComponent<EclipseCompilerOptions>null value indicates
that the returned state won't be stored, as a result previously stored state will be used.XmlSerializerpublic void loadState(EclipseCompilerOptions state)
PersistentStateComponentState object should be used directly, defensive copying is not required.
loadState in interface PersistentStateComponent<EclipseCompilerOptions>state - loaded component stateXmlSerializerUtil.copyBean(Object, Object)public static EclipseCompilerOptions getOptions(Project project, java.lang.Class<? extends EclipseCompilerConfiguration> aClass)