public class EclipseAntExternalLaunchConfigurationWriter extends EclipseLaunchConfigurationWriter
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
buildfilePath |
FILE_DOT_EXTERNAL_TOOL_BUILDERSconfig, log| Constructor and Description |
|---|
EclipseAntExternalLaunchConfigurationWriter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAttributes(org.codehaus.plexus.util.xml.XMLWriter writer) |
protected java.lang.String |
getBuilderLocation() |
protected java.lang.String |
getLaunchConfigurationType() |
protected java.util.List |
getMonitoredResources() |
EclipseWriter |
init(org.apache.maven.plugin.logging.Log log,
EclipseWriterConfig config,
java.lang.String launcherName,
java.lang.String buildfilePath) |
getRefreshScope, getRunBuildKinds, init, isAppendEnvironmentVariables, isLaunchInBackground, write, writeAttribute, writeAttribute, writeAttributeinitpublic EclipseAntExternalLaunchConfigurationWriter()
public EclipseWriter init(org.apache.maven.plugin.logging.Log log, EclipseWriterConfig config, java.lang.String launcherName, java.lang.String buildfilePath)
launcherName - Name of the launch file, for instance 'AntBuilder.launch'buildfilePath - Project relative path to the ant build file, for instance 'eclipse-build.xml'protected void addAttributes(org.codehaus.plexus.util.xml.XMLWriter writer)
addAttributes in class EclipseLaunchConfigurationWriterprotected java.lang.String getLaunchConfigurationType()
getLaunchConfigurationType in class EclipseLaunchConfigurationWriterprotected java.lang.String getBuilderLocation()
getBuilderLocation in class EclipseLaunchConfigurationWriterprotected java.util.List getMonitoredResources()
getMonitoredResources in class EclipseLaunchConfigurationWriter