Package | Description |
---|---|
ninja.standalone |
Modifier and Type | Interface and Description |
---|---|
interface |
Standalone<T extends Standalone>
Interface for wrapping an underlying server (e.g.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractStandalone<T extends AbstractStandalone>
Abstract Standalone that implements most functionality required to write
a concrete Standalone.
|
Modifier and Type | Method and Description |
---|---|
static Standalone |
StandaloneHelper.create(Class<? extends Standalone> standaloneClass) |
Modifier and Type | Method and Description |
---|---|
static Class<? extends Standalone> |
StandaloneHelper.resolveStandaloneClass()
Resolves which standalone class to use.
|
Modifier and Type | Method and Description |
---|---|
static Standalone |
StandaloneHelper.create(Class<? extends Standalone> standaloneClass) |
Copyright © 2019 ninjaframework. All rights reserved.