org.apache.directory.daemon.installers.inno
Class InnoTarget
java.lang.Object
org.apache.directory.daemon.installers.Target
org.apache.directory.daemon.installers.inno.InnoTarget
public class InnoTarget
- extends Target
An Inno installer target for Windows platforms.
- Version:
- $Rev: 434414 $
- Author:
- Apache Directory Project
Methods inherited from class org.apache.directory.daemon.installers.Target |
getApplication, getBootstrapperConfiguraitonFile, getCompanyName, getCopyrightYear, getDaemonFramework, getDocsDirectory, getDocsTargetPath, getFinalName, getId, getLayout, getLibArtifacts, getLoggerConfigurationFile, getOsArch, getOsFamily, getOsName, getOsVersion, getPackagedFiles, getScriptFile, getServerConfigurationFile, getSourcesDirectory, getSourcesTargetPath, setApplication, setBootstrapperConfiguraitonFile, 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 |
InnoTarget
public InnoTarget()
setInnoCompiler
public void setInnoCompiler(java.io.File innoCompiler)
getInnoCompiler
public java.io.File getInnoCompiler()
setInnoConfigurationFile
public void setInnoConfigurationFile(java.io.File innoConfigurationFile)
getInnoConfigurationFile
public java.io.File getInnoConfigurationFile()
setPrunmgrExecutablePath
public void setPrunmgrExecutablePath(java.lang.String prunmgrExecutablePath)
getPrunmgrExecutablePath
public java.lang.String getPrunmgrExecutablePath()
setPrunsrvExecutablePath
public void setPrunsrvExecutablePath(java.lang.String prunsrvExecutablePath)
getPrunsrvExecutablePath
public java.lang.String getPrunsrvExecutablePath()
Copyright © 2004-2010. All Rights Reserved.