com.googlecode.crowdin.maven
Class AggregateCrowdinMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by com.googlecode.crowdin.maven.AggregateCrowdinMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class AggregateCrowdinMojo
extends org.apache.maven.plugin.AbstractMojo

Aggregate the translations of this project with crowdin


Field Summary
static String COMMENT
           
protected  File messagesOutputDirectory
          The directory where the messages can be fund.
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AggregateCrowdinMojo()
           
 
Method Summary
 void execute()
           
 void setMessagesOutputDirectory(File messagesOutputDirectory)
           
 void setProject(org.apache.maven.project.MavenProject project)
           
 void setResourceAggregatedOutputDirectory(File resourceAggregatedOutputDirectory)
           
 
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

COMMENT

public static final String COMMENT
See Also:
Constant Field Values

messagesOutputDirectory

protected File messagesOutputDirectory
The directory where the messages can be fund.

Constructor Detail

AggregateCrowdinMojo

public AggregateCrowdinMojo()
Method Detail

setResourceAggregatedOutputDirectory

public void setResourceAggregatedOutputDirectory(File resourceAggregatedOutputDirectory)

setMessagesOutputDirectory

public void setMessagesOutputDirectory(File messagesOutputDirectory)

setProject

public void setProject(org.apache.maven.project.MavenProject project)

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException


Copyright © 2012. All Rights Reserved.