org.apache.directory.daemon.installers.archive
Class ArchiveTarget

java.lang.Object
  extended by org.apache.directory.daemon.installers.Target
      extended by org.apache.directory.daemon.installers.archive.ArchiveTarget

public class ArchiveTarget
extends Target

An archive installer for any platform.

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
ArchiveTarget()
           
 
Method Summary
 java.lang.String getArchiveType()
          Gets the archive type.
 void setArchiveType(java.lang.String archiveType)
          Sets the archive type.
 
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

ArchiveTarget

public ArchiveTarget()
Method Detail

getArchiveType

public java.lang.String getArchiveType()
Gets the archive type.

Returns:
the archive type

setArchiveType

public void setArchiveType(java.lang.String archiveType)
Sets the archive type.

Parameters:
archiveType -


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