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(org.apache.maven.plugin.logging.Log log,
EclipseWriterConfig config,
java.lang.String launcherName,
java.lang.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(org.codehaus.plexus.util.xml.XMLWriter writer)
- Specified by:
addAttributes
in class EclipseLaunchConfigurationWriter
getLaunchConfigurationType
protected java.lang.String getLaunchConfigurationType()
- Specified by:
getLaunchConfigurationType
in class EclipseLaunchConfigurationWriter
getBuilderLocation
protected java.lang.String getBuilderLocation()
- Specified by:
getBuilderLocation
in class EclipseLaunchConfigurationWriter
getMonitoredResources
protected java.util.List getMonitoredResources()
- Overrides:
getMonitoredResources
in class EclipseLaunchConfigurationWriter
Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved.