public class ClassLoaderComponentConfiguration
extends com.germinus.easyconf.ComponentConfiguration
| Constructor and Description |
|---|
ClassLoaderComponentConfiguration(ClassLoader classLoader,
String companyId,
String componentName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getComponentName() |
Object |
getConfigurationObject() |
Object |
getConfigurationObject(String configurationName) |
com.germinus.easyconf.ComponentProperties |
getProperties() |
int |
hashCode() |
void |
saveConfigurationObject(Object configurationObject) |
void |
saveConfigurationObject(String confName,
Object configurationObject) |
public ClassLoaderComponentConfiguration(ClassLoader classLoader, String companyId, String componentName)
public boolean equals(Object obj)
equals in class com.germinus.easyconf.ComponentConfigurationpublic String getComponentName()
getComponentName in class com.germinus.easyconf.ComponentConfigurationpublic Object getConfigurationObject()
getConfigurationObject in class com.germinus.easyconf.ComponentConfigurationpublic Object getConfigurationObject(String configurationName)
getConfigurationObject in class com.germinus.easyconf.ComponentConfigurationpublic com.germinus.easyconf.ComponentProperties getProperties()
getProperties in class com.germinus.easyconf.ComponentConfigurationpublic int hashCode()
hashCode in class com.germinus.easyconf.ComponentConfigurationpublic void saveConfigurationObject(Object configurationObject)
saveConfigurationObject in class com.germinus.easyconf.ComponentConfiguration