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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TestMeConfigPersistentgetState()voidloadState(TestMeConfig state) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.intellij.openapi.components.PersistentStateComponent
initializeComponent, noStateLoaded
-
Constructor Details
-
TestMeConfigPersistent
public TestMeConfigPersistent()
-
-
Method Details
-
getInstance
-
getState
- Specified by:
getStatein interfacecom.intellij.openapi.components.PersistentStateComponent<TestMeConfig>
-
loadState
- Specified by:
loadStatein interfacecom.intellij.openapi.components.PersistentStateComponent<TestMeConfig>
-