org.apache.maven.plugin.eclipse.writers.myeclipse
Class MyEclipseStrutsDataWriter

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

public class MyEclipseStrutsDataWriter
extends AbstractEclipseWriter

MyEclipse .mystrutsdata configuration file writer

Author:
Olivier Jacob

Field Summary
 
Fields inherited from class org.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
config, log
 
Constructor Summary
MyEclipseStrutsDataWriter(Map strutsProps)
          Receive struts properties map from plugin
 
Method Summary
 void write()
          Write MyEclipse .mystrutsdata configuration file
 
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

MyEclipseStrutsDataWriter

public MyEclipseStrutsDataWriter(Map strutsProps)
Receive struts properties map from plugin

Parameters:
strutsProps -
See Also:
MyEclipsePlugin.struts
Method Detail

write

public void write()
           throws MojoExecutionException
Write MyEclipse .mystrutsdata configuration file

Throws:
MojoExecutionException


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