Package | Description |
---|---|
com.asakusafw.testdriver.windgate |
Moderates test input/result using WindGate.
|
com.asakusafw.windgate.core |
Script models for WindGate.
|
com.asakusafw.windgate.core.process |
Provides WindGate process.
|
com.asakusafw.windgate.core.resource |
Abstract implementations of WindGate resources.
|
com.asakusafw.windgate.core.session |
Provides WindGate session management.
|
com.asakusafw.windgate.hadoopfs |
WindGate resources using Hadoop FileSystem core classes.
|
Modifier and Type | Method and Description |
---|---|
static ProfileContext |
WindGateTestHelper.createProfileContext(TestContext testContext)
Creates a WindGate
ProfileContext for the test context. |
Modifier and Type | Method and Description |
---|---|
abstract ProfileContext |
BaseProfile.getContext()
Returns the current profile context.
|
static ProfileContext |
ProfileContext.system(ClassLoader classLoader)
Creates a new context with system variables as context parameters.
|
<T> ProfileContext |
ProfileContext.withResource(Class<T> type,
T object)
Creates a new context with the additional resource.
|
Modifier and Type | Method and Description |
---|---|
static CoreProfile |
CoreProfile.loadFrom(Properties properties,
ProfileContext context)
Loads a core profile from the properties.
|
static GateProfile |
GateProfile.loadFrom(String name,
Properties properties,
ProfileContext context)
Loads a total profile from the properties.
|
protected static <T extends BaseProvider<?>> |
BaseProfile.loadProviderClass(String className,
ProfileContext context,
Class<T> providerInterface)
Loads the specified class from the class loader.
|
Modifier and Type | Method and Description |
---|---|
ProfileContext |
ProcessProfile.getContext() |
Modifier and Type | Method and Description |
---|---|
static Collection<? extends ProcessProfile> |
ProcessProfile.loadFrom(Properties properties,
ProfileContext context)
Loads process profiles from the properties.
|
Constructor and Description |
---|
ProcessProfile(String name,
Class<? extends ProcessProvider> providerClass,
ProfileContext context,
Map<String,String> configuration)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
ProfileContext |
ResourceProfile.getContext() |
Modifier and Type | Method and Description |
---|---|
static Collection<? extends ResourceProfile> |
ResourceProfile.loadFrom(Properties properties,
ProfileContext context)
Loads resource profiles from the properties.
|
Constructor and Description |
---|
ResourceProfile(String name,
Class<? extends ResourceProvider> providerClass,
ProfileContext context,
Map<String,String> configuration)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
ProfileContext |
SessionProfile.getContext() |
Modifier and Type | Method and Description |
---|---|
static SessionProfile |
SessionProfile.loadFrom(Properties properties,
ProfileContext context)
Loads a session profile from the properties.
|
Constructor and Description |
---|
SessionProfile(Class<? extends SessionProvider> providerClass,
ProfileContext context,
Map<String,String> configuration)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.conf.Configuration |
HadoopFsProvider.getConfiguration(ProfileContext context)
Returns the Hadoop configuration for the current context.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.