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

java.lang.Object
  extended by org.apache.directory.daemon.installers.Target
      extended by org.apache.directory.daemon.installers.deb.DebTarget

public class DebTarget
extends Target

A Deb package for the Debian platform. To create a Deb package we use the dpkg utility that is bundled in the Debian operating system.

Version:
$Rev$, $Date$
Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.daemon.installers.Target
ARCHITECTURES, DAEMON_FRAMEWORKS, OPERATING_SYSTEMS, OS_FAMILIES, packagedFiles
 
Constructor Summary
DebTarget()
           
 
Method Summary
 java.io.File getDpkgUtility()
          Gets the dpkg utility.
 java.lang.String getWrapperExecutablePath()
          Gets the Wrapper executable path.
 void setDpkgUtility(java.io.File dpkgUtility)
          Sets the dpkg utility.
 void setWrapperExecutablePath(java.lang.String wrapperExecutablePath)
          Sets the Wrapper executable path.
 
Methods inherited from class org.apache.directory.daemon.installers.Target
getApplication, getBootstrapperConfigurationFile, getCompanyName, getCopyrightYear, getDaemonFramework, getDocsDirectory, getDocsTargetPath, getFinalName, getId, getLayout, getLibArtifacts, getLoggerConfigurationFile, getOsArch, getOsFamily, getOsName, getOsVersion, getPackagedFiles, getScriptFile, getServerConfigurationFile, getSourcesDirectory, getSourcesTargetPath, setApplication, setBootstrapperConfigurationFile, setCompanyName, setCopyrightYear, setDaemonFramework, setDocsDirectory, setDocsTargetPath, setFinalName, setId, setLayout, setLibArtifacts, setLoggerConfigurationFile, setOsArch, setOsFamily, setOsName, setOsVersion, setPackagedFiles, setScriptFile, setServerConfigurationFile, setSourcesDirectory, setSourcesTargetPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebTarget

public DebTarget()
Method Detail

getDpkgUtility

public java.io.File getDpkgUtility()
Gets the dpkg utility.

Returns:
the dpkg utility

getWrapperExecutablePath

public java.lang.String getWrapperExecutablePath()
Gets the Wrapper executable path.

Returns:
the wrapper executable path

setDpkgUtility

public void setDpkgUtility(java.io.File dpkgUtility)
Sets the dpkg utility.

Parameters:
dpkgUtility - the dpkg utility

setWrapperExecutablePath

public void setWrapperExecutablePath(java.lang.String wrapperExecutablePath)
Sets the Wrapper executable path.

Parameters:
wrapperExecutablePath - the wrapper executable path


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