Class TestMeConfigPersistent

  • All Implemented Interfaces:
    com.intellij.openapi.components.PersistentStateComponent<TestMeConfig>

    public class TestMeConfigPersistent
    extends java.lang.Object
    implements com.intellij.openapi.components.PersistentStateComponent<TestMeConfig>
    Date: 29/07/2018
    Author:
    Yaron Yamin
    • Constructor Detail

      • TestMeConfigPersistent

        public TestMeConfigPersistent()
    • Method Detail

      • getState

        public TestMeConfig getState()
        Specified by:
        getState in interface com.intellij.openapi.components.PersistentStateComponent<TestMeConfig>
      • loadState

        public void loadState​(TestMeConfig state)
        Specified by:
        loadState in interface com.intellij.openapi.components.PersistentStateComponent<TestMeConfig>