public class SummarizedFixedQueryOperationLoader extends AbstractQueryOperationLoader
Constructor and Description |
---|
SummarizedFixedQueryOperationLoader() |
Modifier and Type | Method and Description |
---|---|
protected Operation |
createQueryOperation(String name,
String query)
Creates the operation
|
String |
getDescription()
Gets a description of the operation that this loader loads
|
String |
getPreferredName()
Gets the name that this loader prefers to be referenced by
|
getArguments, load
getInputStream, getNameArgument, readFile, resolveFile
public String getPreferredName()
OperationLoader
This is the preferred name used in certain circumstances such as when
registering using
OperationLoaderRegistry.addLoader(OperationLoader)
but users may
register a loader with any name they want.
public String getDescription()
OperationLoader
protected Operation createQueryOperation(String name, String query)
AbstractQueryOperationLoader
createQueryOperation
in class AbstractQueryOperationLoader
name
- Namequery
- Query stringCopyright © 2016. All rights reserved.