Package | Description |
---|---|
com.oracle.tools.packager | |
com.oracle.tools.packager.jnlp | |
com.oracle.tools.packager.linux | |
com.oracle.tools.packager.mac | |
com.oracle.tools.packager.windows |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBundler |
class |
AbstractImageBundler
Common utility methods used by app image bundlers.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<Bundler> |
BasicBundlers.bundlers |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Bundler> |
BasicBundlers.getBundlers() |
java.util.Collection<Bundler> |
Bundlers.getBundlers()
Returns all of the preconfigured, requested, and manually
configured bundlers loaded with this instance.
|
java.util.Collection<Bundler> |
BasicBundlers.getBundlers(java.lang.String type) |
java.util.Collection<Bundler> |
Bundlers.getBundlers(java.lang.String type)
Returns all of the preconfigured, requested, and manually
configured bundlers loaded with this instance that are of
a specific BundleType, such as disk images, installers, or
remote installers.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicBundlers.loadBundler(Bundler bundler) |
void |
Bundlers.loadBundler(Bundler bundler)
Loads a specific bundler into the set of bundlers.
|
Modifier and Type | Class and Description |
---|---|
class |
JNLPBundler
Created by dferrin on 1/7/15.
|
Modifier and Type | Class and Description |
---|---|
class |
LinuxAppBundler |
class |
LinuxDebBundler |
class |
LinuxRpmBundler |
Modifier and Type | Class and Description |
---|---|
class |
MacAppBundler |
class |
MacAppStoreBundler |
class |
MacBaseInstallerBundler |
class |
MacDaemonBundler |
class |
MacDmgBundler |
class |
MacPkgBundler |
Modifier and Type | Class and Description |
---|---|
class |
WinAppBundler |
class |
WinExeBundler |
class |
WinMsiBundler |
class |
WinServiceBundler |