@Service public class FileQueryManagerImpl extends java.lang.Object implements FileQueryManager
Constructor and Description |
---|
FileQueryManagerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
runQuery(ReadableDataLocation dataLocation,
DataQuery dataQuery,
java.io.OutputStream out)
Loads the file in at the given fileLocation and writes out the data that matches
the query parameters - the output format is the same format as the file is in
|
public void runQuery(ReadableDataLocation dataLocation, DataQuery dataQuery, java.io.OutputStream out)
FileQueryManager
runQuery
in interface FileQueryManager
dataQuery
- the query to executeout
- the stream to write the response to