org.nuiton.i18n.plugin.bundle
Class AvailableConverterMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.nuiton.plugin.AbstractAvailableDataMojo
          extended by org.nuiton.i18n.plugin.bundle.AvailableConverterMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class AvailableConverterMojo
extends org.nuiton.plugin.AbstractAvailableDataMojo

Mojo used to display available BundleFormatConverter.

Created: 09/05/11

Since:
2.4
Author:
fdesbois $Id: AvailableConverterMojo.java 1929 2011-05-13 10:04:08Z tchemit $
Is defined by the goal name:
available-converters
Requires the dependencies in this specified scope:
test
Requires a direct invocation by the user:
true
Requires a Maven project to run:
true

Nested Class Summary
 
Nested classes/interfaces inherited from class org.nuiton.plugin.AbstractAvailableDataMojo
org.nuiton.plugin.AbstractAvailableDataMojo.AvailableData
 
Field Summary
protected  Map<String,BundleFormatConverter> bundleFormatConverters
          Map of all availables BundleFormatConverter.
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AvailableConverterMojo()
           
 
Method Summary
protected  Collection<org.nuiton.plugin.AbstractAvailableDataMojo.AvailableData> getAllAvailableDatas()
           
 
Methods inherited from class org.nuiton.plugin.AbstractAvailableDataMojo
appendData, execute
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bundleFormatConverters

protected Map<String,BundleFormatConverter> bundleFormatConverters
Map of all availables BundleFormatConverter.

Is a Plexus component defined by:
role:
org.nuiton.i18n.plugin.bundle.BundleFormatConverter
Constructor Detail

AvailableConverterMojo

public AvailableConverterMojo()
Method Detail

getAllAvailableDatas

protected Collection<org.nuiton.plugin.AbstractAvailableDataMojo.AvailableData> getAllAvailableDatas()
Specified by:
getAllAvailableDatas in class org.nuiton.plugin.AbstractAvailableDataMojo


Copyright © 2007-2011 CodeLutin. All Rights Reserved.