Package io.deephaven.appmode
Class QSTApplication
java.lang.Object
io.deephaven.appmode.QSTApplication
- All Implemented Interfaces:
ApplicationConfig
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.appmode.ApplicationConfig
ApplicationConfig.Visitor
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static io.deephaven.appmode.ImmutableQSTApplication
of()
static QSTApplication
parse
(Properties properties) final <V extends ApplicationConfig.Visitor>
Vwalk
(V visitor)
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
QSTApplication
public QSTApplication()
-
-
Method Details
-
parse
-
of
public static io.deephaven.appmode.ImmutableQSTApplication of() -
isEnabled
public boolean isEnabled()- Specified by:
isEnabled
in interfaceApplicationConfig
- Returns:
- whether this particular application is enabled
-
walk
- Specified by:
walk
in interfaceApplicationConfig
-