org.ow2.jasmine.vmm.agent.domain
Class DomainBuilder

java.lang.Object
  extended by org.ow2.jasmine.vmm.agent.domain.DomainBuilder

public final class DomainBuilder
extends java.lang.Object

The class DomainBuilder constructs Domain objects from XML specifications. TODO check the syntax of the XML file with a schema


Constructor Summary
DomainBuilder()
           
 
Method Summary
static Domain createManagedResourcesFromXML(java.io.File file)
          Constructs a new Domain object from an XML description
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomainBuilder

public DomainBuilder()
Method Detail

createManagedResourcesFromXML

public static Domain createManagedResourcesFromXML(java.io.File file)
Constructs a new Domain object from an XML description

Parameters:
file - the file containing of the XML description
Returns:
the domain object or null if the domain could not be created.


Copyright © 2009 OW2 Consortium. All Rights Reserved.