public class Config
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Config.OutputType |
Constructor and Description |
---|
Config(org.apache.commons.cli.CommandLine cmdLine)
Constructor initializing the
Config object from command line |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getDatabaseFile() |
org.openrdf.rio.RDFFormat |
getDatabaseFileFormat() |
java.io.File |
getErrorFile() |
java.lang.Integer |
getLimit() |
java.io.File |
getOutputFile() |
Config.OutputType |
getOutputType() |
java.io.File |
getRddFile() |
java.io.File |
getStatsFile() |
boolean |
isEvaluationMode() |
java.lang.String |
toString() |
public Config(org.apache.commons.cli.CommandLine cmdLine)
Config
object from command linecmdLine
- public Config.OutputType getOutputType()
public java.io.File getRddFile()
public java.io.File getOutputFile()
public java.io.File getDatabaseFile()
public org.openrdf.rio.RDFFormat getDatabaseFileFormat()
public boolean isEvaluationMode()
public java.io.File getErrorFile()
public java.io.File getStatsFile()
public java.lang.Integer getLimit()
public java.lang.String toString()
toString
in class java.lang.Object