org.apache.maven.plugin.deb
Class AbstractDebMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugin.deb.AbstractDebMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
AttachDeb, DebPlugin, PackageBinaryMojo

public abstract class AbstractDebMojo
extends org.apache.maven.plugin.AbstractMojo

Version:
$Id: AbstractDebMojo.java 3257 2007-02-07 02:44:21Z tobrien $
Author:
Trygve Laugstøl

Field Summary
protected  boolean useFakeroot
          A flag to indicate whether to use fakeroot.
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AbstractDebMojo()
           
 
Method Summary
 java.lang.String getArtifactId()
           
protected  ControlFileGenerator getControlFileGenerator()
           
 java.lang.String getGroupId()
           
 java.lang.String getVersion()
           
 
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
 

Field Detail

useFakeroot

protected boolean useFakeroot
A flag to indicate whether to use fakeroot.

Constructor Detail

AbstractDebMojo

public AbstractDebMojo()
Method Detail

getGroupId

public java.lang.String getGroupId()

getArtifactId

public java.lang.String getArtifactId()

getVersion

public java.lang.String getVersion()

getControlFileGenerator

protected ControlFileGenerator getControlFileGenerator()


Copyright © 2003-2009. All Rights Reserved.