com.bigllc.retsiq.metadata.io
Class XmlMetadataSource

java.lang.Object
  extended by com.bigllc.retsiq.metadata.io.XmlMetadataSource
All Implemented Interfaces:
MetadataSource

public class XmlMetadataSource
extends java.lang.Object
implements MetadataSource


Constructor Summary
XmlMetadataSource(java.io.File source)
           
XmlMetadataSource(java.io.InputStream source)
           
 
Method Summary
 java.util.List<MetadataSystem> build()
           
 void printSystem(MetadataSystem system)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlMetadataSource

public XmlMetadataSource(java.io.File source)
                  throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

XmlMetadataSource

public XmlMetadataSource(java.io.InputStream source)
Method Detail

build

public java.util.List<MetadataSystem> build()
                                     throws java.lang.Exception
Specified by:
build in interface MetadataSource
Throws:
java.lang.Exception

printSystem

public void printSystem(MetadataSystem system)