public class RunnerEnvironment extends Object implements csdk.v2.api.core.ICSDKEnvironment, Serializable
Runner.| Constructor and Description |
|---|
RunnerEnvironment(Map<Class<? extends csdk.v2.api.core.IContext>,csdk.v2.api.core.IContext> contexts,
Charset charsetName)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cleanupContexts()
Limpa os contextos.
|
void |
finishApplication() |
Charset |
getCharset() |
<T extends csdk.v2.api.core.IContext> |
getContext(Class<T> contextClass) |
Locale |
getLocale() |
Charset |
getServerCharset() |
void |
handleException(Exception error,
Window parent) |
public void finishApplication()
finishApplication in interface csdk.v2.api.core.ICSDKEnvironmentpublic void cleanupContexts()
public void handleException(Exception error, Window parent)
handleException in interface csdk.v2.api.core.ICSDKEnvironmentpublic <T extends csdk.v2.api.core.IContext> T getContext(Class<T> contextClass)
getContext in interface csdk.v2.api.core.ICSDKEnvironmentpublic Locale getLocale()
getLocale in interface csdk.v2.api.core.ICSDKEnvironmentpublic Charset getCharset()
getCharset in interface csdk.v2.api.core.ICSDKEnvironmentpublic Charset getServerCharset()
getServerCharset in interface csdk.v2.api.core.ICSDKEnvironmentCopyright © 2016 Tecgraf/PUC-Rio. All rights reserved.