Class TestMeConfigPersistent
java.lang.Object
com.weirddev.testme.intellij.configuration.TestMeConfigPersistent
- All Implemented Interfaces:
com.intellij.openapi.components.PersistentStateComponent<TestMeConfig>
public class TestMeConfigPersistent
extends Object
implements com.intellij.openapi.components.PersistentStateComponent<TestMeConfig>
Date: 29/07/2018
- Author:
- Yaron Yamin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TestMeConfigPersistent
getState()
void
loadState
(TestMeConfig state) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.intellij.openapi.components.PersistentStateComponent
initializeComponent, noStateLoaded
-
Constructor Details
-
TestMeConfigPersistent
public TestMeConfigPersistent()
-
-
Method Details
-
getInstance
-
getState
- Specified by:
getState
in interfacecom.intellij.openapi.components.PersistentStateComponent<TestMeConfig>
-
loadState
- Specified by:
loadState
in interfacecom.intellij.openapi.components.PersistentStateComponent<TestMeConfig>
-