|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.kernel.plugins.deployment.props.vertex.DefaultVertexFactory
public class DefaultVertexFactory
Default vertex factory.
| Field Summary | |
|---|---|
protected Map<Integer,Set<LevelVertexFactory>> |
levelFactories
The level factories |
protected org.jboss.logging.Logger |
logger
The logger |
| Constructor Summary | |
|---|---|
DefaultVertexFactory()
|
|
| Method Summary | |
|---|---|
void |
addLevelFactory(int level,
LevelVertexFactory factory)
|
TreeVertex |
createVertex(int level,
String name)
Create simple vertex. |
DeploymentVertex |
rootVertex()
Create root/deploymenent vertex. |
TreeVertex |
valueVertex(String value)
Create value vertext. |
org.jboss.util.graph.Visitor<String> |
visitor()
Get the visitor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.jboss.logging.Logger logger
protected Map<Integer,Set<LevelVertexFactory>> levelFactories
| Constructor Detail |
|---|
public DefaultVertexFactory()
| Method Detail |
|---|
public void addLevelFactory(int level,
LevelVertexFactory factory)
public DeploymentVertex rootVertex()
VertexFactory
rootVertex in interface VertexFactory
public TreeVertex createVertex(int level,
String name)
VertexFactory
createVertex in interface VertexFactorylevel - current levelname - full name
public TreeVertex valueVertex(String value)
VertexFactory
valueVertex in interface VertexFactoryvalue - the text value
public org.jboss.util.graph.Visitor<String> visitor()
VertexFactory
visitor in interface VertexFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||