public class GSPHeadOperationLoader extends AbstractGSPOperationLoader
Constructor and Description |
---|
GSPHeadOperationLoader() |
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, 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.
protected Operation createOperation(String name)
AbstractGSPOperationLoader
createOperation
in class AbstractGSPOperationLoader
name
- Nameprotected Operation createOperation(String name, String graphUri)
AbstractGSPOperationLoader
createOperation
in class AbstractGSPOperationLoader
name
- NamegraphUri
- Graph URIpublic String getDescription()
OperationLoader
Copyright © 2015. All rights reserved.