org.kuali.ole.ingest
Class ProfileObjectGeneratorFromXML

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

public class ProfileObjectGeneratorFromXML
extends Object

ProfileObjectGeneratorFromXML used to build the Profile based on fileContent


Constructor Summary
ProfileObjectGeneratorFromXML()
           
 
Method Summary
 Profile buildProfileFromFileContent(String fileContent)
          This method return Profile Object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileObjectGeneratorFromXML

public ProfileObjectGeneratorFromXML()
Method Detail

buildProfileFromFileContent

public Profile buildProfileFromFileContent(String fileContent)
                                    throws URISyntaxException,
                                           IOException
This method return Profile Object. This method build the Profile based on fileContent.

Parameters:
fileContent -
Returns:
Profile
Throws:
URISyntaxException
IOException


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