| Package | Description |
|---|---|
| com.asakusafw.trace.model |
Models for data-flow tracing.
|
| Modifier and Type | Method and Description |
|---|---|
TraceSetting.Mode |
TraceSetting.getMode()
Returns the trigger mode.
|
static TraceSetting.Mode |
TraceSetting.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TraceSetting.Mode[] |
TraceSetting.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TraceSetting(Tracepoint tracepoint,
TraceSetting.Mode mode,
Map<String,String> attributes)
Creates a new instance.
|
Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.