Modifier and type | Field and description |
---|---|
public static val java.lang.String | BOOT_TYPE_OPTION |
public static val java.lang.String | DEFAULT_SPACE_ID_OPTION |
public static val java.lang.String | NAME_OPTION |
public static val java.lang.String | ROOT_CONTEXT_ID_OPTION |
Modifier and type | Action and description |
---|---|
void | configure(Binder) |
java.lang.Class<T> | getBootAgentType(Provider<T>) Replies the type's name of the agent to boot. |
static SREBootstrap | getProgrammaticBootstrap Replies the programmatic bootstrap for the SRE. |
java.util.UUID | getRootContextID(Provider<T>) Replies the identifier of the root context. |
java.util.UUID | getRootSpaceID(Provider<T>) Construct an identifier for the root default space. |
public static val BOOT_TYPE_OPTION : java.lang.String = "boot-type"
public static val DEFAULT_SPACE_ID_OPTION : java.lang.String = "default-space-id"
public static val NAME_OPTION : java.lang.String = "name"
public static val ROOT_CONTEXT_ID_OPTION : java.lang.String = "root-context-id"
def configure(Binder)
def getBootAgentType(Provider<T>) : java.lang.Class<T>
def getProgrammaticBootstrap : SREBootstrap
def getRootContextID(Provider<T>) : java.util.UUID
def getRootSpaceID(Provider<T>) : java.util.UUID