com.googlecode.mavenfilesync
Class FileSyncSetupMojo

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

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

Generates configuration files (.settings/de.loskutov.FileSync.prefs) and adds FileSync project nature to the project (.project file). Does not refresh project in eclipse workspace - a manual refresh is needed. If run from within


Nested Class Summary
static class FileSyncSetupMojo.Param
          Defines all the possible params that can be used in the settings file - defined by the filesync settings file standard.
 
Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
FileSyncSetupMojo()
           
 
Method Summary
 void 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
 

Constructor Detail

FileSyncSetupMojo

public FileSyncSetupMojo()
Method Detail

execute

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


Copyright © 2011. All Rights Reserved.