org.apache.directory.daemon.installers.solarispkg
Class SolarisPkgInstallerCommand

java.lang.Object
  extended by org.apache.directory.daemon.installers.MojoCommand
      extended by org.apache.directory.daemon.installers.solarispkg.SolarisPkgInstallerCommand

public class SolarisPkgInstallerCommand
extends MojoCommand

PKG Installer command for creating Solaris packages.

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

Field Summary
 
Fields inherited from class org.apache.directory.daemon.installers.MojoCommand
dependencyMap, mymojo
 
Constructor Summary
SolarisPkgInstallerCommand(ServiceInstallersMojo mymojo, SolarisPkgTarget target)
          Creates a new instance of SolarisPkgInstallerCommand.
 
Method Summary
 void execute()
          Performs the following: Bail if target is not for solaris or the pkgmk or pkgtrans utilities coud not be found. Creates the Solaris PKG Installer 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

SolarisPkgInstallerCommand

public SolarisPkgInstallerCommand(ServiceInstallersMojo mymojo,
                                  SolarisPkgTarget target)
Creates a new instance of SolarisPkgInstallerCommand.

Parameters:
mymojo - the Server Installers Mojo
target - the PKG 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 solaris or the pkgmk or pkgtrans utilities coud not be found.
  2. Creates the Solaris PKG Installer 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.