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

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

public class RadJ2EEWriter
extends AbstractEclipseWriter

Creates the .j2ee file for RAD6 for now write hardcoded: EJB version 2.1 WAR version 2.4 EAR version 1.4 future releases could make these varriable.

Author:
Richard van Nieuwenhoven

Field Summary
 
Fields inherited from class org.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
config, log
 
Constructor Summary
RadJ2EEWriter()
           
 
Method Summary
 void write()
          write the .j2ee file to the project root directory.
 
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

RadJ2EEWriter

public RadJ2EEWriter()
Method Detail

write

public void write()
           throws MojoExecutionException
write the .j2ee file to the project root directory.

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.