public class OldFacetDetectionExcludesConfiguration extends java.lang.Object implements PersistentStateComponent<DisabledAutodetectionInfo>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMPONENT_NAME |
Constructor and Description |
---|
OldFacetDetectionExcludesConfiguration(Project project) |
Modifier and Type | Method and Description |
---|---|
ExcludesConfigurationState |
convert() |
static OldFacetDetectionExcludesConfiguration |
getInstance(Project project) |
DisabledAutodetectionInfo |
getState() |
void |
loadState(DisabledAutodetectionInfo state)
This method is called when new component state is loaded.
|
void |
unsetState() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
initializeComponent, noStateLoaded
public static final java.lang.String COMPONENT_NAME
public OldFacetDetectionExcludesConfiguration(Project project)
public static OldFacetDetectionExcludesConfiguration getInstance(Project project)
public DisabledAutodetectionInfo getState()
getState
in interface PersistentStateComponent<DisabledAutodetectionInfo>
null
value indicates
that the returned state won't be stored, as a result previously stored state will be used.XmlSerializer
public void loadState(DisabledAutodetectionInfo state)
PersistentStateComponent
State object should be used directly, defensive copying is not required.
loadState
in interface PersistentStateComponent<DisabledAutodetectionInfo>
state
- loaded component stateXmlSerializerUtil.copyBean(Object, Object)
public void unsetState()
public ExcludesConfigurationState convert()