Uses of Class
com.tccc.kos.core.service.app.BaseAppConfig
Packages that use BaseAppConfig
Package
Description
Provides the abstract KosApplication class, which all kOS apps derive from.
-
Uses of BaseAppConfig in com.tccc.kos.core.service.app
Classes in com.tccc.kos.core.service.app with type parameters of type BaseAppConfigModifier and TypeClassDescriptionclass
Application<T extends BaseAppConfig>
Base class for all kOS applications.class
SystemApplication<T extends BaseAppConfig>
Base class for system applications, which simply adds convenience methods to the base Application type.