public class InMemorySummarizedFixedQueryOperationLoader extends AbstractQueryOperationLoader
| Constructor and Description |
|---|
InMemorySummarizedFixedQueryOperationLoader() |
| 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, loadgetInputStream, getNameArgument, readFile, resolveFilepublic InMemorySummarizedFixedQueryOperationLoader()
protected Operation createQueryOperation(String name, String query)
AbstractQueryOperationLoadercreateQueryOperation in class AbstractQueryOperationLoadername - Namequery - Query stringpublic 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()
OperationLoaderCopyright © 2016. All rights reserved.