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

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

public class RadWebsiteConfigWriter
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
RadWebsiteConfigWriter()
           
 
Method Summary
 void write()
          write the website-config 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

RadWebsiteConfigWriter

public RadWebsiteConfigWriter()
Method Detail

write

public void write()
           throws MojoExecutionException
write the website-config file for RAD6 if needed.

Parameters:
sourceDirs - all eclipse source directorys
localRepository - the local reposetory
buildOutputDirectory - build output directory (target)
Throws:
MojoExecutionException - when writing the config files was not possible
See Also:
AbstractWtpResourceWriter#write(EclipseSourceDir[], ArtifactRepository, File)


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.