Package | Description |
---|---|
com.asakusafw.runtime.core.context |
Application Execution Context Managements.
|
Modifier and Type | Method and Description |
---|---|
static RuntimeContext.ExecutionMode |
RuntimeContext.ExecutionMode.fromSymbol(String symbol)
Returns a member which is represented by the symbol.
|
static RuntimeContext.ExecutionMode |
RuntimeContext.ExecutionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuntimeContext.ExecutionMode[] |
RuntimeContext.ExecutionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RuntimeContext |
RuntimeContext.mode(RuntimeContext.ExecutionMode newValue)
Creates an inherited context with specified execution mode.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.