|
||||||||||
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.macosxpkg.MacOsXPkgTarget
public class MacOsXPkgTarget
A PKG installer for the Mac OS X platform. To create a PKG installer we use the PackageMaker utility that is bundled in the (free) developer tools supplied by Apple. More information on the use of the PackageMaker utility in the command line can be found at this address: http://developer.apple.com/documentation/Darwin/Reference/Manpages/man1/packagemaker.1.html
Field Summary |
---|
Fields inherited from class org.apache.directory.daemon.installers.Target |
---|
ARCHITECTURES, DAEMON_FRAMEWORKS, OPERATING_SYSTEMS, OS_FAMILIES, packagedFiles |
Constructor Summary | |
---|---|
MacOsXPkgTarget()
|
Method Summary | |
---|---|
java.io.File |
getPackageMakerUtility()
Gets the PackageMaker utility. |
java.lang.String |
getWrapperExecutablePath()
Gets the Wrapper executable path. |
void |
setPackageMakerUtility(java.io.File packageMakerUtility)
Sets the PackageMaker 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 MacOsXPkgTarget()
Method Detail |
---|
public java.io.File getPackageMakerUtility()
public java.lang.String getWrapperExecutablePath()
public void setPackageMakerUtility(java.io.File packageMakerUtility)
packageMakerUtility
- the PackageMaker 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 |