uk.me.parabola.mkgmap
Class CommandArgs
java.lang.Object
uk.me.parabola.mkgmap.CommandArgs
public class CommandArgs
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandArgs
public CommandArgs()
CommandArgs
public CommandArgs(EnhancedProperties args)
getProperties
public EnhancedProperties getProperties()
get
public int get(java.lang.String name,
int def)
get
public java.lang.String get(java.lang.String name,
java.lang.String def)
get
public boolean get(java.lang.String name,
boolean def)
getDescription
public java.lang.String getDescription()
getBlockSize
public int getBlockSize()
getMapname
public java.lang.String getMapname()
getCharset
public java.lang.String getCharset()
getCodePage
public int getCodePage()
getOutputDir
public java.lang.String getOutputDir()
isForceUpper
public boolean isForceUpper()
exists
public boolean exists(java.lang.String name)
- Test for the existence of an argument.