public class BuildProcessCustomPluginsConfiguration extends java.lang.Object implements PersistentStateComponent<BuildProcessCustomPluginsConfiguration.BuildProcessPluginsState>
Modifier and Type | Class and Description |
---|---|
static class |
BuildProcessCustomPluginsConfiguration.BuildProcessPluginsState |
Constructor and Description |
---|
BuildProcessCustomPluginsConfiguration(Project project) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getCustomPluginsClasspath() |
static BuildProcessCustomPluginsConfiguration |
getInstance(Project project) |
java.util.List<java.lang.String> |
getProjectLibraries() |
BuildProcessCustomPluginsConfiguration.BuildProcessPluginsState |
getState() |
void |
loadState(BuildProcessCustomPluginsConfiguration.BuildProcessPluginsState 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 BuildProcessCustomPluginsConfiguration(Project project)
public static BuildProcessCustomPluginsConfiguration getInstance(Project project)
public java.util.List<java.lang.String> getProjectLibraries()
public java.util.List<java.lang.String> getCustomPluginsClasspath()
public BuildProcessCustomPluginsConfiguration.BuildProcessPluginsState getState()
getState
in interface PersistentStateComponent<BuildProcessCustomPluginsConfiguration.BuildProcessPluginsState>
null
value indicates
that the returned state won't be stored, as a result previously stored state will be used.XmlSerializer
public void loadState(BuildProcessCustomPluginsConfiguration.BuildProcessPluginsState state)
PersistentStateComponent
State object should be used directly, defensive copying is not required.
loadState
in interface PersistentStateComponent<BuildProcessCustomPluginsConfiguration.BuildProcessPluginsState>
state
- loaded component stateXmlSerializerUtil.copyBean(Object, Object)