|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.daemon.installers.Target
org.apache.directory.daemon.installers.deb.DebTarget
public class DebTarget
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.
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DebTarget()
Method Detail |
---|
public java.io.File getDpkgUtility()
public java.lang.String getWrapperExecutablePath()
public void setDpkgUtility(java.io.File dpkgUtility)
dpkgUtility
- the dpkg utilitypublic void setWrapperExecutablePath(java.lang.String wrapperExecutablePath)
wrapperExecutablePath
- the wrapper executable path
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |