org.kuali.ole.ingest
Class KrmsObjectGeneratorFromXML

java.lang.Object
  extended by org.kuali.ole.ingest.KrmsObjectGeneratorFromXML

public class KrmsObjectGeneratorFromXML
extends Object

KrmsObjectGeneratorFromXML is for converting the string fileContent into Krms object


Constructor Summary
KrmsObjectGeneratorFromXML()
           
 
Method Summary
 Krms buildKrmsFromFileContent(String fileContent)
          This method returns Krms object from fileContent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KrmsObjectGeneratorFromXML

public KrmsObjectGeneratorFromXML()
Method Detail

buildKrmsFromFileContent

public Krms buildKrmsFromFileContent(String fileContent)
                              throws URISyntaxException,
                                     IOException
This method returns Krms object from fileContent. The xStream will convert the fileContent into Krms Object.

Parameters:
fileContent -
Returns:
Krms object
Throws:
URISyntaxException
IOException


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.