View Javadoc

1   package cz.cuni.amis.pogamut.ut2004.utils;
2   
3   /**
4    * List of constants representing keys in properties files.
5    * @author ik
6    */
7   public class PogamutUTProps {
8   
9       /** Constant for environment variable with ucc executable. On win32 probably ucc.exe, on unix probably ucc-bin */
10      public static final String PROP_UCC_EXEC = "pogamut.unreal.serverexec";
11  }