public class ClassLoaderConfiguration extends Object
| Constructor and Description |
|---|
ClassLoaderConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEnvironments() |
void |
merge(ClassLoaderConfiguration configuration)
Merges the context level classloading configuration defined globally and overridden at context level (if any).
|
void |
setEnvironments(String environments) |
public String getEnvironments()
public void setEnvironments(String environments)
public void merge(ClassLoaderConfiguration configuration)
configuration - the local, context level group of classloading configuration to be merged withCopyright © 2016 WSO2. All rights reserved.