Package org.eclipse.ant.launching
Interface IAntLaunchConstants
public interface IAntLaunchConstants
Constant definitions for Ant launch configurations.
- Since:
- 1.0
- Restriction:
- This interface is not intended to be implemented by clients.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
String attribute indicating the Ant targets to execute after a clean (full build) for an Ant builder.static final String
String attribute indicating the Ant targets to execute during an auto build for an Ant builder.static final String
String attribute indicating the Ant targets to execute during a clean for an Ant builder.static final String
String attribute indicating the Ant targets to execute during a manual build for an Ant builder.static final String
Map attribute indicating the Ant properties to be defined during the build.static final String
String attribute indicating the Ant targets to execute.static final String
String attribute indicating the Ant targets to execute.static final String
Boolean attribute indicating if the default VM install should be used for the separate JRE build Default value isfalse
for backwards compatibilitystatic final String
Boolean attribute indicating whether or not internal targets (targets with no description) should be hidden from the user in the launch configuration dialog.static final String
Integer attribute indicating which column targets should be sorted on.static final String
Boolean attribute indicating whether or not target specification for an Ant builder has been updated for 3.1static final String
Ant builder launch configuration type identifier.static final String
Ant launch configuration type identifier.static final String
Identifier for Ant processes (valueorg.eclipse.ant.ui.antProcess
).static final String
-
Field Details
-
ID_ANT_LAUNCH_CONFIGURATION_TYPE
Ant launch configuration type identifier.- See Also:
-
MAIN_TYPE_NAME
- See Also:
-
ID_ANT_BUILDER_LAUNCH_CONFIGURATION_TYPE
Ant builder launch configuration type identifier. Ant project builders are of this type.- See Also:
-
ATTR_ANT_TARGETS
String attribute indicating the Ant targets to execute. Default value isnull
which indicates that the default target is to be executed. Format is a comma separated listing of targets.- See Also:
-
ATTR_ANT_AFTER_CLEAN_TARGETS
String attribute indicating the Ant targets to execute after a clean (full build) for an Ant builder. Default value isnull
which indicates that the default target is to be executed. Format is a comma separated listing of targets.- See Also:
-
ATTR_ANT_MANUAL_TARGETS
String attribute indicating the Ant targets to execute during a manual build for an Ant builder. Default value isnull
which indicates that the default target is to be executed. Format is a comma separated listing of targets.- See Also:
-
ATTR_ANT_AUTO_TARGETS
String attribute indicating the Ant targets to execute during an auto build for an Ant builder. Default value isnull
which indicates that the default target is to be executed. Format is a comma separated listing of targets.- See Also:
-
ATTR_ANT_CLEAN_TARGETS
String attribute indicating the Ant targets to execute during a clean for an Ant builder. Default value isnull
which indicates that the default target is to be executed. Format is a comma separated listing of targets.- See Also:
-
ATTR_TARGETS_UPDATED
Boolean attribute indicating whether or not target specification for an Ant builder has been updated for 3.1- See Also:
-
ATTR_ANT_PROPERTIES
Map attribute indicating the Ant properties to be defined during the build. Default value isnull
which indicates no additional properties will be defined.- See Also:
-
ATTR_ANT_PROPERTY_FILES
String attribute indicating the Ant targets to execute. Default value isnull
which indicates that no additional property files will be defined. Format is a comma separated listing of property files.- See Also:
-
ATTR_HIDE_INTERNAL_TARGETS
Boolean attribute indicating whether or not internal targets (targets with no description) should be hidden from the user in the launch configuration dialog. Default value isfalse
which indicates that all targets will be displayed.- See Also:
-
ATTR_SORT_TARGETS
Integer attribute indicating which column targets should be sorted on. A value of 0 indicates target name, 1 indicates target description, and -1 indicates no sort. Default value is -1.- See Also:
-
ATTR_DEFAULT_VM_INSTALL
Boolean attribute indicating if the default VM install should be used for the separate JRE build Default value isfalse
for backwards compatibility- See Also:
-
ID_ANT_PROCESS_TYPE
Identifier for Ant processes (valueorg.eclipse.ant.ui.antProcess
). This identifier is set as the value for theIProcess.ATTR_PROCESS_TYPE
attribute in processes created by the Ant launch delegate.- See Also:
-