Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse JDT
Release 3.5

org.eclipse.ant.ui.launching
Interface IAntLaunchConfigurationConstants


public interface IAntLaunchConfigurationConstants

Constant definitions for Ant launch configurations.

Since:
3.4
Restriction:
This interface is not intended to be implemented by clients.

Field Summary
static  String ATTR_ANT_AFTER_CLEAN_TARGETS
          String attribute indicating the Ant targets to execute after a clean (full build) for an Ant builder.
static  String ATTR_ANT_AUTO_TARGETS
          String attribute indicating the Ant targets to execute during an auto build for an Ant builder.
static  String ATTR_ANT_CLEAN_TARGETS
          String attribute indicating the Ant targets to execute during a clean for an Ant builder.
static  String ATTR_ANT_MANUAL_TARGETS
          String attribute indicating the Ant targets to execute during a manual build for an Ant builder.
static  String ATTR_ANT_PROPERTIES
          Map attribute indicating the Ant properties to be defined during the build.
static  String ATTR_ANT_PROPERTY_FILES
          String attribute indicating the Ant targets to execute.
static  String ATTR_ANT_TARGETS
          String attribute indicating the Ant targets to execute.
static  String ATTR_DEFAULT_VM_INSTALL
          Boolean attribute indicating if the default VM install should be used for the separate JRE build Default value is false for backwards compatibility
static  String 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.
static  String ATTR_SORT_TARGETS
          Integer attribute indicating which column targets should be sorted on.
static  String ATTR_TARGETS_UPDATED
          Boolean attribute indicating whether or not target specification for an Ant builder has been updated for 3.1
static  String ID_ANT_BUILDER_LAUNCH_CONFIGURATION_TYPE
          Ant builder launch configuration type identifier.
static  String ID_ANT_LAUNCH_CONFIGURATION_TYPE
          Ant launch configuration type identifier.
static  String ID_ANT_PROCESS_TYPE
          Identifier for Ant processes (value org.eclipse.ant.ui.antProcess).
 

Field Detail

ID_ANT_LAUNCH_CONFIGURATION_TYPE

static final 
String ID_ANT_LAUNCH_CONFIGURATION_TYPE
Ant launch configuration type identifier.

See Also:
Constant Field Values

ID_ANT_BUILDER_LAUNCH_CONFIGURATION_TYPE

static final 
String ID_ANT_BUILDER_LAUNCH_CONFIGURATION_TYPE
Ant builder launch configuration type identifier. Ant project builders are of this type.

See Also:
Constant Field Values

ATTR_ANT_TARGETS

static final 
String ATTR_ANT_TARGETS
String attribute indicating the Ant targets to execute. Default value is null which indicates that the default target is to be executed. Format is a comma separated listing of targets.

See Also:
Constant Field Values

ATTR_ANT_AFTER_CLEAN_TARGETS

static final 
String ATTR_ANT_AFTER_CLEAN_TARGETS
String attribute indicating the Ant targets to execute after a clean (full build) for an Ant builder. Default value is null which indicates that the default target is to be executed. Format is a comma separated listing of targets.

See Also:
Constant Field Values

ATTR_ANT_MANUAL_TARGETS

static final 
String ATTR_ANT_MANUAL_TARGETS
String attribute indicating the Ant targets to execute during a manual build for an Ant builder. Default value is null which indicates that the default target is to be executed. Format is a comma separated listing of targets.

See Also:
Constant Field Values

ATTR_ANT_AUTO_TARGETS

static final 
String ATTR_ANT_AUTO_TARGETS
String attribute indicating the Ant targets to execute during an auto build for an Ant builder. Default value is null which indicates that the default target is to be executed. Format is a comma separated listing of targets.

See Also:
Constant Field Values

ATTR_ANT_CLEAN_TARGETS

static final 
String ATTR_ANT_CLEAN_TARGETS
String attribute indicating the Ant targets to execute during a clean for an Ant builder. Default value is null which indicates that the default target is to be executed. Format is a comma separated listing of targets.

See Also:
Constant Field Values

ATTR_TARGETS_UPDATED

static final 
String ATTR_TARGETS_UPDATED
Boolean attribute indicating whether or not target specification for an Ant builder has been updated for 3.1

See Also:
Constant Field Values

ATTR_ANT_PROPERTIES

static final 
String ATTR_ANT_PROPERTIES
Map attribute indicating the Ant properties to be defined during the build. Default value is null which indicates no additional properties will be defined.

See Also:
Constant Field Values

ATTR_ANT_PROPERTY_FILES

static final 
String ATTR_ANT_PROPERTY_FILES
String attribute indicating the Ant targets to execute. Default value is null which indicates that no additional property files will be defined. Format is a comma separated listing of property files.

See Also:
Constant Field Values

ATTR_HIDE_INTERNAL_TARGETS

static final 
String 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 is false which indicates that all targets will be displayed.

See Also:
Constant Field Values

ATTR_SORT_TARGETS

static final 
String 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:
Constant Field Values

ATTR_DEFAULT_VM_INSTALL

static final 
String ATTR_DEFAULT_VM_INSTALL
Boolean attribute indicating if the default VM install should be used for the separate JRE build Default value is false for backwards compatibility

See Also:
Constant Field Values

ID_ANT_PROCESS_TYPE

static final 
String ID_ANT_PROCESS_TYPE
Identifier for Ant processes (value 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.

See Also:
Constant Field Values

Eclipse JDT
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire