Interface LaunchContext
- All Known Implementing Classes:
LaunchContextImpl
public interface LaunchContext
-
Method Summary
Modifier and TypeMethodDescriptionboolean
default boolean
void
setLaunchedByPlugin
(boolean launchedByPlugin)
-
Method Details
-
isLaunchedByPlugin
boolean isLaunchedByPlugin() -
isNormalLaunch
default boolean isNormalLaunch() -
setLaunchedByPlugin
void setLaunchedByPlugin(boolean launchedByPlugin)
-