@Deprecated public interface IAntLaunchConfigurationConstants
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_ANT_AFTER_CLEAN_TARGETS
Deprecated.
|
static String |
ATTR_ANT_AUTO_TARGETS
Deprecated.
|
static String |
ATTR_ANT_CLEAN_TARGETS
Deprecated.
|
static String |
ATTR_ANT_MANUAL_TARGETS
Deprecated.
|
static String |
ATTR_ANT_PROPERTIES
Deprecated.
|
static String |
ATTR_ANT_PROPERTY_FILES
Deprecated.
|
static String |
ATTR_ANT_TARGETS
Deprecated.
|
static String |
ATTR_DEFAULT_VM_INSTALL
Deprecated.
|
static String |
ATTR_HIDE_INTERNAL_TARGETS
Deprecated.
|
static String |
ATTR_SORT_TARGETS
Deprecated.
|
static String |
ATTR_TARGETS_UPDATED
Deprecated.
|
static String |
ID_ANT_BUILDER_LAUNCH_CONFIGURATION_TYPE
Deprecated.
|
static String |
ID_ANT_LAUNCH_CONFIGURATION_TYPE
Deprecated.
|
static String |
ID_ANT_PROCESS_TYPE
Deprecated.
|
@Deprecated static final String ID_ANT_LAUNCH_CONFIGURATION_TYPE
IAntLaunchConstants.ID_ANT_LAUNCH_CONFIGURATION_TYPE
@Deprecated static final String ID_ANT_BUILDER_LAUNCH_CONFIGURATION_TYPE
IAntLaunchConstants.ID_ANT_BUILDER_LAUNCH_CONFIGURATION_TYPE
@Deprecated static final String ATTR_ANT_TARGETS
IAntLaunchConstants.ATTR_ANT_TARGETS
null
which indicates that the default target is to be
executed. Format is a comma separated listing of targets.@Deprecated static final String ATTR_ANT_AFTER_CLEAN_TARGETS
IAntLaunchConstants.ATTR_ANT_AFTER_CLEAN_TARGETS
null
which
indicates that the default target is to be executed. Format is a comma separated listing of targets.@Deprecated static final String ATTR_ANT_MANUAL_TARGETS
IAntLaunchConstants.ATTR_ANT_MANUAL_TARGETS
null
which
indicates that the default target is to be executed. Format is a comma separated listing of targets.@Deprecated static final String ATTR_ANT_AUTO_TARGETS
IAntLaunchConstants.ATTR_ANT_AUTO_TARGETS
null
which
indicates that the default target is to be executed. Format is a comma separated listing of targets.@Deprecated static final String ATTR_ANT_CLEAN_TARGETS
IAntLaunchConstants.ATTR_ANT_CLEAN_TARGETS
null
which indicates
that the default target is to be executed. Format is a comma separated listing of targets.@Deprecated static final String ATTR_TARGETS_UPDATED
IAntLaunchConstants.ATTR_TARGETS_UPDATED
@Deprecated static final String ATTR_ANT_PROPERTIES
IAntLaunchConstants.ATTR_ANT_PROPERTIES
null
which indicates no additional
properties will be defined.@Deprecated static final String ATTR_ANT_PROPERTY_FILES
IAntLaunchConstants.ATTR_ANT_PROPERTY_FILES
null
which indicates that no additional property files
will be defined. Format is a comma separated listing of property files.@Deprecated static final String ATTR_HIDE_INTERNAL_TARGETS
IAntLaunchConstants.ATTR_HIDE_INTERNAL_TARGETS
false
which indicates that all targets will be displayed.@Deprecated static final String ATTR_SORT_TARGETS
IAntLaunchConstants.ATTR_SORT_TARGETS
@Deprecated static final String ATTR_DEFAULT_VM_INSTALL
IAntLaunchConstants.ATTR_DEFAULT_VM_INSTALL
false
for
backwards compatibility@Deprecated static final String ID_ANT_PROCESS_TYPE
IAntLaunchConstants.ID_ANT_PROCESS_TYPE
org.eclipse.ant.ui.antProcess
). This identifier is set as the value for the
IProcess.ATTR_PROCESS_TYPE
attribute in processes created by the Ant launch delegate.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.