|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.system.server.profileservice.persistence.component.ComponentMapperRegistry
public class ComponentMapperRegistry
A component mapper registry.
Constructor Summary | |
---|---|
protected |
ComponentMapperRegistry()
|
Method Summary | |
---|---|
void |
addMapper(ComponentMapper mapper)
Add a component mapper. |
void |
addMapper(String type,
ComponentMapper mapper)
|
static ComponentMapperRegistry |
getInstance()
|
ComponentMapper |
getMapper(String name)
Get a component mapper. |
ComponentMapper |
removeComponentMapper(ComponentMapper mapper)
Remove a component mapper. |
ComponentMapper |
removeComponentMapper(String type)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ComponentMapperRegistry()
Method Detail |
---|
public static ComponentMapperRegistry getInstance()
public ComponentMapper getMapper(String name)
name
- the mapper type
public void addMapper(ComponentMapper mapper)
mapper
- the component mapperpublic void addMapper(String type, ComponentMapper mapper)
public ComponentMapper removeComponentMapper(ComponentMapper mapper)
mapper
- the component mapper
public ComponentMapper removeComponentMapper(String type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |