public class CompilerWorkspaceConfiguration extends java.lang.Object implements PersistentStateComponent<CompilerWorkspaceConfiguration>
Modifier and Type | Field and Description |
---|---|
boolean |
AUTO_SHOW_ERRORS_IN_EDITOR |
boolean |
CLEAR_OUTPUT_DIRECTORY |
boolean |
CLOSE_MESSAGE_VIEW_IF_SUCCESS
Deprecated.
|
boolean |
COMPILE_AFFECTED_UNLOADED_MODULES_BEFORE_COMMIT |
java.lang.String |
COMPILER_PROCESS_ADDITIONAL_VM_OPTIONS |
int |
COMPILER_PROCESS_HEAP_SIZE |
boolean |
DISPLAY_NOTIFICATION_POPUP |
boolean |
MAKE_PROJECT_ON_SAVE |
boolean |
PARALLEL_COMPILATION |
boolean |
REBUILD_ON_DEPENDENCY_CHANGE |
Constructor and Description |
---|
CompilerWorkspaceConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
allowAutoMakeWhileRunningApplication() |
static CompilerWorkspaceConfiguration |
getInstance(Project project) |
CompilerWorkspaceConfiguration |
getState() |
void |
loadState(CompilerWorkspaceConfiguration 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 boolean AUTO_SHOW_ERRORS_IN_EDITOR
public boolean DISPLAY_NOTIFICATION_POPUP
@Deprecated public boolean CLOSE_MESSAGE_VIEW_IF_SUCCESS
public boolean CLEAR_OUTPUT_DIRECTORY
public boolean MAKE_PROJECT_ON_SAVE
public boolean PARALLEL_COMPILATION
public int COMPILER_PROCESS_HEAP_SIZE
public java.lang.String COMPILER_PROCESS_ADDITIONAL_VM_OPTIONS
public boolean REBUILD_ON_DEPENDENCY_CHANGE
public boolean COMPILE_AFFECTED_UNLOADED_MODULES_BEFORE_COMMIT
public static CompilerWorkspaceConfiguration getInstance(Project project)
public CompilerWorkspaceConfiguration getState()
getState
in interface PersistentStateComponent<CompilerWorkspaceConfiguration>
null
value indicates
that the returned state won't be stored, as a result previously stored state will be used.XmlSerializer
public void loadState(CompilerWorkspaceConfiguration state)
PersistentStateComponent
State object should be used directly, defensive copying is not required.
loadState
in interface PersistentStateComponent<CompilerWorkspaceConfiguration>
state
- loaded component stateXmlSerializerUtil.copyBean(Object, Object)
public boolean allowAutoMakeWhileRunningApplication()