org.apache.directory.daemon.installers.bin
Class BinTarget

java.lang.Object
  extended by org.apache.directory.daemon.installers.Target
      extended by org.apache.directory.daemon.installers.bin.BinTarget

public class BinTarget
extends Target

A Bin installer for the Linux platform. To create a Bin installer we use the shell (SH) utility that is bundled in every Linux.

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
BinTarget()
           
 
Method Summary
 java.lang.String getWrapperExecutablePath()
          Gets the Wrapper executable path.
 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

BinTarget

public BinTarget()
Method Detail

getWrapperExecutablePath

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

Returns:
the wrapper executable path

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.