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

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

public class MyEclipseSpringBeansWriter
extends AbstractEclipseWriter

MyEclipse .springBeans configuration file writer

Author:
Olivier Jacob

Field Summary
 
Fields inherited from class org.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
config, log
 
Constructor Summary
MyEclipseSpringBeansWriter(Map springConfig)
          Allow injection of Spring configuration filenames through constructor
 
Method Summary
 void write()
          Write MyEclipse .springBeans 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

MyEclipseSpringBeansWriter

public MyEclipseSpringBeansWriter(Map springConfig)
Allow injection of Spring configuration filenames through constructor

Parameters:
springConfig - a map holding Spring configuration properties
Method Detail

write

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

Throws:
MojoExecutionException


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