Uses of Interface
ninja.standalone.Standalone
-
Packages that use Standalone Package Description ninja.standalone -
-
Uses of Standalone in ninja.standalone
Classes in ninja.standalone with type parameters of type Standalone Modifier and Type Interface Description interface
Standalone<T extends Standalone>
Interface for wrapping an underlying server (e.g.Classes in ninja.standalone that implement Standalone Modifier and Type Class Description class
AbstractStandalone<T extends AbstractStandalone>
Abstract Standalone that implements most functionality required to write a concrete Standalone.Methods in ninja.standalone that return Standalone Modifier and Type Method Description static Standalone
StandaloneHelper. create(Class<? extends Standalone> standaloneClass)
Methods in ninja.standalone that return types with arguments of type Standalone Modifier and Type Method Description static Class<? extends Standalone>
StandaloneHelper. resolveStandaloneClass()
Resolves which standalone class to use.Method parameters in ninja.standalone with type arguments of type Standalone Modifier and Type Method Description static Standalone
StandaloneHelper. create(Class<? extends Standalone> standaloneClass)
-