public class GSPGetOperationLoader extends AbstractGSPOperationLoader
| Constructor and Description |
|---|
GSPGetOperationLoader() |
| Modifier and Type | Method and Description |
|---|---|
protected Operation |
createOperation(String name)
Create a GSP operation that runs on the default graph
|
protected Operation |
createOperation(String name,
String graphUri)
Creates a GSP operation that runs on a specified graph
|
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 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.
protected Operation createOperation(String name)
AbstractGSPOperationLoadercreateOperation in class AbstractGSPOperationLoadername - Nameprotected Operation createOperation(String name, String graphUri)
AbstractGSPOperationLoadercreateOperation in class AbstractGSPOperationLoadername - NamegraphUri - Graph URIpublic String getDescription()
OperationLoaderCopyright © 2016. All rights reserved.