public enum OpenMode
Controls when browser will be opened when instance is up.
public static OpenMode ONCE
Only once when instance is initialized (up first time).
public static OpenMode ALWAYS
Always when instance is up (also after restarting).
public static OpenMode NEVER
Browser will never be opened when instance is up.
public static com.cognifide.gradle.aem.common.instance.local.OpenMode.Companion Companion