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

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

public class RadEjbClasspathWriter
extends AbstractEclipseWriter

Adapts the .classpath file for RAD6 for now write hardcoded: target/websphere/classes future releases could make this varriable.

Author:
Richard van Nieuwenhoven

Field Summary
 
Fields inherited from class org.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
config, log
 
Constructor Summary
RadEjbClasspathWriter()
           
 
Method Summary
 void write()
          write the .classpath 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

RadEjbClasspathWriter

public RadEjbClasspathWriter()
Method Detail

write

public void write()
           throws MojoExecutionException
write the .classpath 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–2015 The Apache Software Foundation. All rights reserved.