Package | Description |
---|---|
com.asakusafw.yaess.core |
Core models/interfaces for YAESS.
|
Modifier and Type | Method and Description |
---|---|
ProfileContext |
ServiceProfile.getContext()
Returns the current profile context.
|
static ProfileContext |
ProfileContext.system(ClassLoader classLoader)
Creates a new context with system variables as context parameters.
|
Modifier and Type | Method and Description |
---|---|
static YaessProfile |
YaessProfile.load(Properties properties,
ProfileContext context)
Loads a YAESS profile from the specified properties.
|
static <T extends Service> |
ServiceProfile.load(Properties properties,
String prefix,
Class<T> serviceBaseClass,
ProfileContext context)
Loads a service profile with the specified key prefix.
|
Constructor and Description |
---|
ServiceProfile(String prefix,
Class<? extends T> serviceClass,
Map<String,String> configuration,
ProfileContext context)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.