org.apache.directory.daemon.installers.deb
Class DebInstallerCommand

java.lang.Object
  extended by org.apache.directory.daemon.installers.MojoCommand
      extended by org.apache.directory.daemon.installers.deb.DebInstallerCommand

public class DebInstallerCommand
extends MojoCommand

Nullsoft INstaller System (NSIS) Installer command for Windows installers

Version:
$Rev: 434414 $
Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.daemon.installers.MojoCommand
dependencyMap, mymojo
 
Constructor Summary
DebInstallerCommand(ServiceInstallersMojo mymojo, DebTarget target)
          Creates a new instance of DebInstallerCommand.
 
Method Summary
 void execute()
          Performs the following: Bail if target is not for linux or the dpkg utility could not be found. Creates the Debian DEB package for Apache DS
 java.util.Properties getFilterProperties()
           
 
Methods inherited from class org.apache.directory.daemon.installers.MojoCommand
processPackagedFiles, reportProcessing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebInstallerCommand

public DebInstallerCommand(ServiceInstallersMojo mymojo,
                           DebTarget target)
Creates a new instance of DebInstallerCommand.

Parameters:
mymojo - the Server Installers Mojo
target - the DEB target
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Performs the following:
  1. Bail if target is not for linux or the dpkg utility could not be found.
  2. Creates the Debian DEB package for Apache DS

Specified by:
execute in class MojoCommand
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException

getFilterProperties

public java.util.Properties getFilterProperties()
Specified by:
getFilterProperties in class MojoCommand


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.