net.sf.sparql.benchmarking.loader
Class AbstractNvpOperationLoader
java.lang.Object
net.sf.sparql.benchmarking.loader.AbstractOperationLoader
net.sf.sparql.benchmarking.loader.AbstractNvpOperationLoader
- All Implemented Interfaces:
- OperationLoader
- Direct Known Subclasses:
- FixedNvpQueryOperationLoader, FixedNvpUpdateOperationLoader, ParameterizedNvpQueryOperationLoader, ParameterizedNvpUpdateOperationLoader
public abstract class AbstractNvpOperationLoader
- extends AbstractOperationLoader
Abstract operation loader for operations that take an NVP file as one of
their arguments
- Author:
- rvesse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractNvpOperationLoader
public AbstractNvpOperationLoader()
parseNvps
protected final Map<String,List<String>> parseNvps(File baseDir,
String nvpFile)
throws IOException,
FileNotFoundException
- Method which parses NVPs from the given file
- Parameters:
baseDir
- Base directorynvpFile
- NVP file
- Returns:
- Parsed NVPs
- Throws:
IOException
FileNotFoundException
getNvpsArgument
public static OperationLoaderArgument getNvpsArgument()
- Gets the argument that describes the NVPs argument
- Returns:
- NVPs argument
Copyright © 2014. All Rights Reserved.