com.metsci.glimpse.dspl.parser
Interface MultipleFileTableParser

All Superinterfaces:
TableParser
All Known Implementing Classes:
ExtendedCsvParser, WildcardCsvParser

public interface MultipleFileTableParser
extends TableParser


Method Summary
 java.util.List<java.net.URL> getDataFiles(Concept slice)
           
 java.util.List<java.net.URL> getDataFiles(Slice slice)
           
 
Methods inherited from interface com.metsci.glimpse.dspl.parser.TableParser
isCachable, parse, parse, parse, parse, parse, parse
 

Method Detail

getDataFiles

java.util.List<java.net.URL> getDataFiles(Slice slice)
                                          throws javax.xml.bind.JAXBException,
                                                 java.io.IOException,
                                                 DsplException
Throws:
javax.xml.bind.JAXBException
java.io.IOException
DsplException

getDataFiles

java.util.List<java.net.URL> getDataFiles(Concept slice)
                                          throws javax.xml.bind.JAXBException,
                                                 java.io.IOException,
                                                 DsplException
Throws:
javax.xml.bind.JAXBException
java.io.IOException
DsplException


Copyright © 2012 Metron, Inc.. All Rights Reserved.