Package | Description |
---|---|
com.asakusafw.windgate.core |
Script models for WindGate.
|
Modifier and Type | Method and Description |
---|---|
static GateProfile |
GateProfile.loadFrom(String name,
Properties properties,
ClassLoader loader)
Deprecated.
use
loadFrom(String, Properties, ProfileContext) instead |
static GateProfile |
GateProfile.loadFrom(String name,
Properties properties,
ProfileContext context)
Loads a total profile from the properties.
|
Constructor and Description |
---|
AbortTask(GateProfile profile,
String sessionId)
Creates a new instance.
|
GateTask(GateProfile profile,
GateScript script,
String sessionId,
boolean createSession,
boolean completeSession,
ParameterList arguments)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.