org.codehaus.mojo.visibroker
Class AbstractVisiBrokerMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.visibroker.AbstractVisiBrokerMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- AbstractIDL2XXXMojo, Java2IIOPMojo
public abstract class AbstractVisiBrokerMojo
- extends org.apache.maven.plugin.AbstractMojo
- Author:
- dtran
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
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 |
Methods inherited from interface org.apache.maven.plugin.Mojo |
execute |
project
protected org.apache.maven.project.MavenProject project
options
protected String[] options
- Visibroker command options. See Your Visibroker documentation for details
outputDirectory
protected File outputDirectory
- Where to place the generated files.
timestampDirectory
protected File timestampDirectory
- Where the place the timestamp files.
AbstractVisiBrokerMojo
public AbstractVisiBrokerMojo()
executeCommandline
protected static void executeCommandline(org.codehaus.plexus.util.cli.Commandline cl,
org.apache.maven.plugin.logging.Log logger)
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
addCommandLineClassPath
protected void addCommandLineClassPath(org.codehaus.plexus.util.cli.Commandline cl)
setupCommandLineVisiBrokerSystemProperties
protected static void setupCommandLineVisiBrokerSystemProperties(org.codehaus.plexus.util.cli.Commandline cl)
setupCommandLineUserOptions
protected void setupCommandLineUserOptions(org.codehaus.plexus.util.cli.Commandline cl)
getTimeStampFile
protected String getTimeStampFile(File source)
Copyright © 2006-2011 Codehaus. All Rights Reserved.