net.sf.sparql.benchmarking.loader.update
Class FixedUpdateOperationLoader

java.lang.Object
  extended by net.sf.sparql.benchmarking.loader.AbstractOperationLoader
      extended by net.sf.sparql.benchmarking.loader.update.FixedUpdateOperationLoader
All Implemented Interfaces:
OperationLoader

public class FixedUpdateOperationLoader
extends AbstractOperationLoader

An operation loader for fixed update operations

Author:
rvesse

Constructor Summary
FixedUpdateOperationLoader()
           
 
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.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

FixedUpdateOperationLoader

public FixedUpdateOperationLoader()
Method Detail

load

public Operation load(File baseDir,
                      String[] args)
               throws IOException
Description copied from interface: OperationLoader
Load an operation described by the given arguments

Parameters:
baseDir - Base directory
args - Arguments
Returns:
Operation
Throws:
IOException

getPreferredName

public String getPreferredName()
Description copied from interface: OperationLoader
Gets the name that this loader prefers to be referenced by

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.

Returns:
Preferred name

getDescription

public String getDescription()
Description copied from interface: OperationLoader
Gets a description of the operation that this loader loads

Returns:
Description of the operation

getArguments

public OperationLoaderArgument[] getArguments()
Description copied from interface: OperationLoader
Gets a description of the configuration arguments that this loader expects to receive

Returns:
Arguments


Copyright © 2014. All Rights Reserved.