|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esperio.csv.CSVPropertyOrderHelper
public class CSVPropertyOrderHelper
A utility for resolving property order information based on a propertyTypes map and the first record of a CSV file (which might represent the title row).
Constructor Summary | |
---|---|
CSVPropertyOrderHelper()
|
Method Summary | |
---|---|
static java.lang.String[] |
resolvePropertyOrder(java.lang.String[] firstRow,
java.util.Map<java.lang.String,java.lang.Object> propertyTypes)
Resolve the order of the properties that appear in the CSV file, from the first row of the CSV file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CSVPropertyOrderHelper()
Method Detail |
---|
public static java.lang.String[] resolvePropertyOrder(java.lang.String[] firstRow, java.util.Map<java.lang.String,java.lang.Object> propertyTypes)
firstRow
- - the first record of the CSV filepropertyTypes
- - describes the event to send into the EPRuntime
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |