app.configuration
Class Configuration
java.lang.Object
app.configuration.Configuration
public class Configuration
- extends java.lang.Object
Holds the configuration of the system,
based on the arguments given
Constructor Summary |
Configuration(java.lang.String[] arguments)
given arguments, configuration parses them
and initializes the option values |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Configuration
public Configuration(java.lang.String[] arguments)
- given arguments, configuration parses them
and initializes the option values
- Parameters:
arguments
- the arguments to parse
help
public boolean help()
debug
public boolean debug()
metric
public Metric metric()
fuzz
public double fuzz()
domainScale
public ScaleTransform domainScale()
tiler
public RectangularPixelTiler tiler()
command
public Commands command()
input
public java.io.File input()
output
public java.io.File output()
printUsage
public void printUsage()
printUsage
public void printUsage(Commands command)