|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmoos.ssds.model.ObjectBuilder
Class for unmarshalling XML into the SSDS object model
The Monterey Bay Aquarium Research Institute (MBARI) provides this documentation and code "as is", with no warranty, express or implied, of its quality or consistency. It is provided without support and without obligation on the part of MBARI to assist in its use, correction, modification, or enhancement. This information should not be published or distributed to third parties without specific written permission from MBARI.
| Constructor Summary | |
ObjectBuilder(java.net.URL url)
The constructor for an object builder |
|
| Method Summary | |
java.util.Collection |
listAll()
|
java.util.Collection |
listDataProducers()
|
java.util.Collection |
listDeployments()
|
java.util.Collection |
listDeployments(java.lang.String role)
|
java.util.Collection |
listDevices()
|
java.util.Collection |
listHumanInterventions()
|
java.util.Collection |
listProcessRuns()
|
java.util.Collection |
listResourceOwners()
|
void |
unmarshal()
Convert the file specified in the constructor to an Object graph |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ObjectBuilder(java.net.URL url)
url - This is the file URL that points to the XML file used to build the
objects from| Method Detail |
public void unmarshal()
public java.util.Collection listAll()
public java.util.Collection listHumanInterventions()
public java.util.Collection listProcessRuns()
public java.util.Collection listDataProducers()
public java.util.Collection listDevices()
public java.util.Collection listDeployments()
public java.util.Collection listDeployments(java.lang.String role)
public java.util.Collection listResourceOwners()
ResourceOwners
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||