|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.topology.TopologyBuilder
public final class TopologyBuilder
The topology builder allows to unmarshall the topology.xml file.
| Field Summary | |
|---|---|
static java.lang.String |
NAMESPACE_XSD
XSD schema |
static java.lang.String |
TOPOLOGY_XSD
Topology schema |
| Method Summary | |
|---|---|
static Topology |
createTopology(java.io.File xmlFile)
Create the topology object. |
static Topology |
createTopology(java.lang.String xmlFileName)
Create the topology object. |
static void |
marshallTopologyFile(java.io.File xmlFile,
Topology topology)
Write the topology file to the disk |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String NAMESPACE_XSD
public static final java.lang.String TOPOLOGY_XSD
| Method Detail |
|---|
public static Topology createTopology(java.lang.String xmlFileName)
throws TopologyException
xmlFileName - the xml file name
TopologyException - impossible to create the topology
public static Topology createTopology(java.io.File xmlFile)
throws TopologyException
xmlFile - the xml file
TopologyException - impossible to create the topology
public static void marshallTopologyFile(java.io.File xmlFile,
Topology topology)
throws TopologyException
xmlFile - topology -
TopologyException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||