cz.cuni.amis.pogamut.ut2004.utils
Class PogamutUTProps

java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.utils.PogamutUTProps

public class PogamutUTProps
extends java.lang.Object

List of constants representing keys in properties files.


Field Summary
static java.lang.String PROP_UCC_EXEC
          Constant for environment variable with ucc executable.
 
Constructor Summary
PogamutUTProps()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_UCC_EXEC

public static final java.lang.String PROP_UCC_EXEC
Constant for environment variable with ucc executable. On win32 probably ucc.exe, on unix probably ucc-bin

See Also:
Constant Field Values
Constructor Detail

PogamutUTProps

public PogamutUTProps()