|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxsmeral.semnet.manager.Configuration
@XStreamConverter(value=ConfigurationConverter.class) public class Configuration
Container for an object processor class and its configuration parameters.
Constructor Summary | |
---|---|
Configuration(Class processor,
Map<String,String> params)
Initializes fields and computes hash code in advance. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Class |
getClazz()
Returns class of the object processor. |
Map<String,String> |
getParams()
Returns parameter map, that is used to initialize the processor. |
int |
hashCode()
Returns hashCode that is computed the usual way during construction. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Configuration(Class processor, Map<String,String> params)
Method Detail |
---|
public Map<String,String> getParams()
public Class getClazz()
public boolean equals(Object obj)
equals
in class Object
public final int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |