1 11 package org.eclipse.pde.ui.launcher; 12 13 20 public interface IPDELauncherConstants { 21 22 26 String LOCATION = "location"; 28 33 String DOCLEAR = "clearws"; 35 41 String ASKCLEAR = "askclear"; 43 48 String APPLICATION = "application"; 50 56 String PRODUCT = "product"; 58 66 String USE_PRODUCT = "useProduct"; 68 73 String APP_TO_TEST = "testApplication"; 75 80 String VMINSTALL = "vminstall"; 82 86 String BOOTSTRAP_ENTRIES = "bootstrap"; 88 94 String USE_DEFAULT = "default"; 96 103 String USEFEATURES = "usefeatures"; 105 112 String SELECTED_WORKSPACE_PLUGINS = "selected_workspace_plugins"; 114 122 String DESELECTED_WORKSPACE_PLUGINS = "deselected_workspace_plugins"; 124 135 String AUTOMATIC_ADD = "automaticAdd"; 137 144 String AUTOMATIC_VALIDATE = "automaticValidate"; 146 151 String SELECTED_TARGET_PLUGINS = "selected_target_plugins"; 153 158 String INCLUDE_OPTIONAL = "includeOptional"; 160 164 String TRACING = "tracing"; 166 170 String TRACING_OPTIONS = "tracingOptions"; 172 176 String TRACING_SELECTED_PLUGIN = "selectedPlugin"; 178 184 String TRACING_CHECKED = "checked"; 186 190 String TRACING_NONE = "[NONE]"; 192 201 String CONFIG_USE_DEFAULT_AREA = "useDefaultConfigArea"; 203 211 String CONFIG_LOCATION = "configLocation"; 213 217 String CONFIG_CLEAR_AREA = "clearConfig"; 219 228 String CONFIG_GENERATE_DEFAULT = "useDefaultConfig"; 230 239 String CONFIG_TEMPLATE_LOCATION = "templateConfig"; 241 246 String PRODUCT_FILE = "productFile"; 248 254 String OSGI_FRAMEWORK_ID = "osgi_framework_id"; 256 263 String DEFAULT_AUTO_START = "default_auto_start"; 265 271 String DEFAULT_START_LEVEL = "default_start_level"; 273 283 String WORKSPACE_BUNDLES = "workspace_bundles"; 285 295 String TARGET_BUNDLES = "target_bundles"; 297 302 String DEFINED_TARGET = "defined_target"; } 304 | Popular Tags |