org.vafer.jdeb.maven
Class DebMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.vafer.jdeb.maven.AbstractPluginMojo
org.vafer.jdeb.maven.DebMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class DebMojo
- extends AbstractPluginMojo
Creates deb archive
| 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 |
DebMojo
public DebMojo()
setData
public void setData(Data[] pData)
setOpenReplaceToken
public void setOpenReplaceToken(String openReplaceToken)
setCloseReplaceToken
public void setCloseReplaceToken(String closeReplaceToken)
initializeVariableResolver
protected VariableResolver initializeVariableResolver(Map variables)
getDebFile
protected File getDebFile()
getControlDir
protected File getControlDir()
getControlFile
protected File getControlFile()
getInstallDir
protected String getInstallDir()
getChangesInFile
protected File getChangesInFile()
getChangesOutFile
protected File getChangesOutFile()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Main entry point
- Throws:
org.apache.maven.plugin.MojoExecutionException - on error
Copyright © 2010. All Rights Reserved.