1 19 20 package org.netbeans.modules.j2ee.ejbfreeform; 21 22 27 public class EjbFreeformProperties { 28 29 public static final String RESOURCE_DIR = "resource.dir"; public static final String J2EE_SERVER_INSTANCE = "j2ee.server.instance"; public static final String J2EE_SERVER_TYPE = "j2ee.server.type"; public static final String J2EE_PLATFORM = "j2ee.platform"; 36 public final static String JPDA_SESSION_NAME = "jpda.session.name"; 38 41 public final static String JPDA_TRANSPORT = "jpda.transport"; 43 46 public final static String JPDA_HOST = "jpda.host"; 48 public final static String JPDA_ADDRESS = "jpda.address"; 50 public final static String DEBUG_SOURCEPATH = "debug.sourcepath"; 52 private EjbFreeformProperties() { 53 } 54 55 } 56 | Popular Tags |