org.jaffa.tools.domainmeta.uniface
Class RelationshipInfoReader
java.lang.Object
   org.jaffa.tools.domainmeta.uniface.RelationshipInfoReader
org.jaffa.tools.domainmeta.uniface.RelationshipInfoReader
- public class RelationshipInfoReader- extends Object
This class will parse the RelationshipInfo file returning a List of Relationship objects.
- Author:
- GautamJ
 
 
| Method Summary | 
| static List | parse(String input)This will parse the RelationshipInfo file returning a List of Relationship objects.
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
RelationshipInfoReader
public RelationshipInfoReader()
parse
public static List parse(String input)
                  throws ParserConfigurationException,
                         SAXException,
                         IOException
- This will parse the RelationshipInfo file returning a List of Relationship objects.
 XML format for the RelationshipInfo file is:
 
 
     
         
         
         
         
         
         
         
     
 
 
- 
- Parameters:
- input- the RelationshipInfo file.
- Returns:
- a sorted List of Relationship objects.
- Throws:
- ParserConfigurationException- if the xml parsing fails.
- SAXException- if the xml parsing fails.
- IOException- if the xml parsing fails.
 
Copyright © 2002-2004 JAFFA Project.