org.kuali.common.impex.data.impl
Class MpxParser
java.lang.Object
   org.kuali.common.impex.data.impl.MpxParser
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
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MpxParser
public MpxParser()
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.