org.kuali.common.impex.data.impl
Class MpxParser

java.lang.Object
  extended by org.kuali.common.impex.data.impl.MpxParser

public class MpxParser
extends Object

This class parses a .mpx file and creates an in-memory representation of the data

Author:
andrewlubbers

Constructor Summary
MpxParser()
           
 
Method Summary
static String[] parseMpxLine(String line)
          Split the line up into individual values and remove any .mpx related formatting
static String trimQuotes(String line)
          Remove leading and trailing quotes (if any)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MpxParser

public MpxParser()
Method Detail

parseMpxLine

public static String[] parseMpxLine(String line)
Split the line up into individual values and remove any .mpx related formatting


trimQuotes

public static String trimQuotes(String line)
Remove leading and trailing quotes (if any)



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