public abstract class AbstractQueryOperationLoader extends AbstractOperationLoader
| Constructor and Description |
|---|
AbstractQueryOperationLoader() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Operation |
createQueryOperation(String name,
String query)
Creates the operation
|
OperationLoaderArgument[] |
getArguments()
Gets a description of the configuration arguments that this loader
expects to receive
|
Operation |
load(File baseDir,
String[] args)
Load an operation described by the given arguments
|
getInputStream, getNameArgument, readFile, resolveFileclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getPreferredNamepublic Operation load(File baseDir, String[] args) throws IOException
OperationLoaderbaseDir - Base directoryargs - ArgumentsIOExceptionprotected abstract Operation createQueryOperation(String name, String query)
name - Namequery - Query stringpublic OperationLoaderArgument[] getArguments()
OperationLoaderCopyright © 2016. All rights reserved.