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