org.apache.maven.plugin.eclipse.writers.rad
Class RadWebSettingsWriter

java.lang.Object
  extended by org.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
      extended by org.apache.maven.plugin.eclipse.writers.rad.RadWebSettingsWriter
All Implemented Interfaces:
EclipseWriter

public class RadWebSettingsWriter
extends AbstractEclipseWriter

Creates a .settings folder for Eclipse WTP 1.x release and writes out the configuration under it.

Author:
Richard van Nieuwenhoven

Field Summary
 
Fields inherited from class org.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
config, log
 
Constructor Summary
RadWebSettingsWriter(String warContextRoot)
          required default constructor.
 
Method Summary
 void write()
          write the websettings file for RAD6 if needed.
 
Methods inherited from class org.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadWebSettingsWriter

public RadWebSettingsWriter(String warContextRoot)
required default constructor.

Parameters:
warContextRoot - the context root to use for this project
Method Detail

write

public void write()
           throws MojoExecutionException
write the websettings file for RAD6 if needed.

Throws:
MojoExecutionException - when writing the config files was not possible


Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.