comparison src/org/tn5250j/GlobalConfigure.java @ 27:b29b39f386a4 tn5250

adding tn5250 files, native android logging
author Carl Byington <carl@five-ten-sg.com>
date Tue, 03 Jun 2014 12:29:12 -0700
parents 5949eb469a79
children 8f23b05a51f7
comparison
equal deleted inserted replaced
26:9ae1c889a64c 27:b29b39f386a4
47 * one instance can exist per VM. 47 * one instance can exist per VM.
48 * 48 *
49 * Use GlobalConfigure.instance() to access this instance. 49 * Use GlobalConfigure.instance() to access this instance.
50 */ 50 */
51 public class GlobalConfigure extends ConfigureFactory { 51 public class GlobalConfigure extends ConfigureFactory {
52 52 private static final String TAG = "GlobalConfigure";
53 public static final String TN5250J_FOLDER = ".tn5250j"; 53 public static final String TN5250J_FOLDER = ".tn5250j";
54 54
55 /** 55 /**
56 * A handle to the unique GlobalConfigure class 56 * A handle to the unique GlobalConfigure class
57 */ 57 */