|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.kernel.plugins.deployment.props.PropertiesGraphFactory
public class PropertiesGraphFactory
Properties to Graph factory.
| Constructor Summary | |
|---|---|
PropertiesGraphFactory(Map<String,String> properties)
|
|
PropertiesGraphFactory(Properties properties)
|
|
| Method Summary | |
|---|---|
KernelDeployment |
build()
Build the kernel deployment. |
protected void |
buildGraph(Map<String,String> properties)
Build graph from properties. |
protected void |
buildVertices(org.jboss.util.graph.Vertex<String> previous,
int index,
String key,
String value,
int level)
Build vertices from property key and value. |
void |
setVertexFactory(VertexFactory vertexFactory)
Set the vertex factory. |
protected static Map<String,String> |
toMap(Properties properties)
Transform properties to map. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertiesGraphFactory(Properties properties)
public PropertiesGraphFactory(Map<String,String> properties)
| Method Detail |
|---|
public KernelDeployment build()
protected static Map<String,String> toMap(Properties properties)
properties - the properties
protected void buildGraph(Map<String,String> properties)
properties - the properties
protected void buildVertices(org.jboss.util.graph.Vertex<String> previous,
int index,
String key,
String value,
int level)
previous - previous vertexindex - current dot indexkey - the property keyvalue - the valuelevel - current levelpublic void setVertexFactory(VertexFactory vertexFactory)
vertexFactory - the vertex factorypublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||