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, resolveFile
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription, getPreferredName
public Operation load(File baseDir, String[] args) throws IOException
OperationLoader
baseDir
- Base directoryargs
- ArgumentsIOException
protected abstract Operation createQueryOperation(String name, String query)
name
- Namequery
- Query stringpublic OperationLoaderArgument[] getArguments()
OperationLoader
Copyright © 2016. All rights reserved.