org.apache.maven.plugin.eclipse.writers
Class EclipseAntExternalLaunchConfigurationWriter
java.lang.Object
org.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
org.apache.maven.plugin.eclipse.writers.EclipseLaunchConfigurationWriter
org.apache.maven.plugin.eclipse.writers.EclipseAntExternalLaunchConfigurationWriter
- All Implemented Interfaces:
- EclipseWriter
public class EclipseAntExternalLaunchConfigurationWriter
- extends EclipseLaunchConfigurationWriter
Writes an external ant launch file.
- Author:
- Kenney Westerhof
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EclipseAntExternalLaunchConfigurationWriter
public EclipseAntExternalLaunchConfigurationWriter()
init
public EclipseWriter init(Log log,
EclipseWriterConfig config,
String launcherName,
String buildfilePath)
- Parameters:
launcherName
- Name of the launch file, for instance 'AntBuilder.launch'buildfilePath
- Project relative path to the ant build file, for instance 'eclipse-build.xml'
- Returns:
- this
addAttributes
protected void addAttributes(XMLWriter writer)
- Specified by:
addAttributes
in class EclipseLaunchConfigurationWriter
getLaunchConfigurationType
protected String getLaunchConfigurationType()
- Specified by:
getLaunchConfigurationType
in class EclipseLaunchConfigurationWriter
getBuilderLocation
protected String getBuilderLocation()
- Specified by:
getBuilderLocation
in class EclipseLaunchConfigurationWriter
getMonitoredResources
protected List getMonitoredResources()
- Overrides:
getMonitoredResources
in class EclipseLaunchConfigurationWriter
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.