com.mule.connectors.interop
Class RunnerCreatorMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by com.mule.connectors.interop.RunnerCreatorMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

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


Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
RunnerCreatorMojo()
           
RunnerCreatorMojo(String baseDir, String targetDir, String zipPath)
           
 
Method Summary
 void execute()
           
 void setBaseDir(String baseDir)
           
 void setExternalPlatform(String externalPlatform)
           
 void setManifestPath(String manifestPath)
           
 void setOutputDir(String targetDir)
           
 void setPlatformPath(String platformPath)
           
 void setTargetDir(String targetDir)
           
 void unzipFile(String zipFile)
           
 
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

RunnerCreatorMojo

public RunnerCreatorMojo()

RunnerCreatorMojo

public RunnerCreatorMojo(String baseDir,
                         String targetDir,
                         String zipPath)
Method Detail

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

unzipFile

public void unzipFile(String zipFile)

setTargetDir

public void setTargetDir(String targetDir)

setBaseDir

public void setBaseDir(String baseDir)

setManifestPath

public void setManifestPath(String manifestPath)

setOutputDir

public void setOutputDir(String targetDir)

setPlatformPath

public void setPlatformPath(String platformPath)

setExternalPlatform

public void setExternalPlatform(String externalPlatform)


Copyright © 2014. All rights reserved.