1 19 20 package org.netbeans.modules.web.freeform; 21 22 27 public class WebFreeformProperties { 28 29 32 public final static String JPDA_SESSION_NAME = "jpda.session.name"; 34 37 public final static String JPDA_TRANSPORT = "jpda.transport"; 39 42 public final static String JPDA_HOST = "jpda.host"; 44 public final static String JPDA_ADDRESS = "jpda.address"; 46 49 public final static String CLIENT_URL = "client.url"; 51 public final static String SRC_FOLDERS = "src.folders"; 53 public final static String WEB_DOCBASE_DIR = "web.docbase.dir"; 55 public final static String DEBUG_SOURCEPATH = "debug.sourcepath"; 57 private WebFreeformProperties() { 58 } 59 60 } 61 | Popular Tags |