org.exolab.jmscts.requirements
Class RequirementsLoader

java.lang.Object
  |
  +--org.exolab.jmscts.requirements.RequirementsLoader

public final class RequirementsLoader
extends java.lang.Object

Helper class used to load requirements documents

Version:
$Revision: 1.2 $ $Date: 2004/02/02 03:51:07 $
Author:
Tim Anderson
See Also:
Requirements

Method Summary
static Requirements load()
          Load the requirements from a requirements document
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

load

public static Requirements load()
                         throws java.io.FileNotFoundException,
                                org.exolab.castor.xml.MarshalException,
                                org.exolab.castor.xml.ValidationException
Load the requirements from a requirements document
Returns:
the requirements
Throws:
java.io.FileNotFoundException - if the requirements document cannot be found
org.exolab.castor.xml.MarshalException - if the requirements document cannot be read
org.exolab.castor.xml.ValidationException - if the requirements document doesn't comply with the XML Schema definition


Copyright © 2001-2004 JMS CTS Team. All Rights Reserved.