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