org.softevo.ample.sibrelib.runtime
Class Options

java.lang.Object
  extended by org.softevo.ample.sibrelib.runtime.Options

public class Options
extends java.lang.Object


Field Summary
static java.lang.String KEY_IDENTITYMAPFILENAME
           
static java.lang.String KEY_OUTPUTFILENAME
           
static java.lang.String KEY_WINDOWSIZE
           
private static java.util.Properties properties
           
 
Constructor Summary
Options()
           
 
Method Summary
static java.lang.String getIdentityMapFileName()
           
static java.lang.String getOutputFileName()
           
static java.lang.String getProperty(java.lang.String key)
           
static int getWindowSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_OUTPUTFILENAME

public static final java.lang.String KEY_OUTPUTFILENAME
See Also:
Constant Field Values

KEY_IDENTITYMAPFILENAME

public static final java.lang.String KEY_IDENTITYMAPFILENAME
See Also:
Constant Field Values

KEY_WINDOWSIZE

public static final java.lang.String KEY_WINDOWSIZE
See Also:
Constant Field Values

properties

private static java.util.Properties properties
Constructor Detail

Options

public Options()
Method Detail

getProperty

public static java.lang.String getProperty(java.lang.String key)

getOutputFileName

public static java.lang.String getOutputFileName()

getIdentityMapFileName

public static java.lang.String getIdentityMapFileName()

getWindowSize

public static int getWindowSize()