|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.sparql.benchmarking.loader.AbstractOperationLoader
net.sf.sparql.benchmarking.loader.AbstractNvpOperationLoader
net.sf.sparql.benchmarking.loader.update.FixedNvpUpdateOperationLoader
public class FixedNvpUpdateOperationLoader
An operation loader for fixed query with NVP operations
Constructor Summary | |
---|---|
FixedNvpUpdateOperationLoader()
|
Method Summary | |
---|---|
OperationLoaderArgument[] |
getArguments()
Gets a description of the configuration arguments that this loader expects to receive |
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 |
Operation |
load(File baseDir,
String[] args)
Load an operation described by the given arguments |
Methods inherited from class net.sf.sparql.benchmarking.loader.AbstractNvpOperationLoader |
---|
getNvpsArgument, parseNvps |
Methods inherited from class net.sf.sparql.benchmarking.loader.AbstractOperationLoader |
---|
getInputStream, getNameArgument, readFile, resolveFile |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FixedNvpUpdateOperationLoader()
Method Detail |
---|
public Operation load(File baseDir, String[] args) throws IOException
OperationLoader
baseDir
- Base directoryargs
- Arguments
IOException
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
public OperationLoaderArgument[] getArguments()
OperationLoader
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |