1 11 package org.eclipse.pde.internal.ui.launcher; 12 13 public interface ILauncherSettings { 14 String LOCATION = "location"; String DOCLEAR = "clearws"; String ASKCLEAR = "askclear"; 19 String APPLICATION = "application"; String PRODUCT = "product"; String USE_PRODUCT = "useProduct"; String APP_TO_TEST = "testApplication"; 25 String VMINSTALL = "vminstall"; String VMARGS = "vmargs"; String PROGARGS = "progargs"; String BOOTSTRAP_ENTRIES = "bootstrap"; 31 String USE_DEFAULT = "default"; String USEFEATURES = "usefeatures"; String WSPROJECT = "wsproject"; String EXTPLUGINS = "extplugins"; String INCLUDE_OPTIONAL = "includeOptional"; String INCLUDE_FRAGMENTS = "includeFragments"; String AUTOMATIC_ADD = "automaticAdd"; 40 String TRACING = "tracing"; String TRACING_OPTIONS = "tracingOptions"; String TRACING_SELECTED_PLUGIN = "selectedPlugin"; String TRACING_CHECKED = "checked"; String TRACING_NONE = "[NONE]"; 47 String CONFIG_USE_DEFAULT_AREA = "useDefaultConfigArea"; String CONFIG_LOCATION = "configLocation"; String CONFIG_CLEAR_AREA = "clearConfig"; 52 String CONFIG_GENERATE_DEFAULT = "useDefaultConfig"; String CONFIG_TEMPLATE_LOCATION = "templateConfig"; 55 String PRODUCT_FILE = "productFile"; 58 } 59 | Popular Tags |