| Constructor and Description |
|---|
SimpleCSVLoader(PCMFactory factory) |
SimpleCSVLoader(PCMFactory factory,
boolean productsAsLines) |
SimpleCSVLoader(PCMFactory factory,
char separator) |
SimpleCSVLoader(PCMFactory factory,
char separator,
char quote) |
SimpleCSVLoader(PCMFactory factory,
char separator,
char quote,
boolean productsAsLines) |
| Modifier and Type | Method and Description |
|---|---|
List<PCMContainer> |
load(File file)
Return a PCM container from a file
|
List<PCMContainer> |
load(Reader reader) |
List<PCMContainer> |
load(String pcm)
Return a list of PCM container from a string representation
|
public SimpleCSVLoader(PCMFactory factory)
public SimpleCSVLoader(PCMFactory factory, char separator)
public SimpleCSVLoader(PCMFactory factory, char separator, char quote)
public SimpleCSVLoader(PCMFactory factory, boolean productsAsLines)
public SimpleCSVLoader(PCMFactory factory, char separator, char quote, boolean productsAsLines)
public List<PCMContainer> load(String pcm)
PCMLoaderpublic List<PCMContainer> load(File file) throws IOException
PCMLoaderload in interface PCMLoaderFileNotFoundExceptionIOExceptionpublic List<PCMContainer> load(Reader reader) throws IOException
IOExceptionCopyright © 2015. All rights reserved.