public class BasicBundlers extends Object implements Bundlers
| Constructor and Description |
|---|
BasicBundlers() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Bundler> |
getBundlers()
Returns all of the preconfigured, requested, and manually
configured bundlers loaded with this instance.
|
Collection<Bundler> |
getBundlers(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.
|
Collection<BundlerParamInfo> |
getStandardParameters()
A list of the "standard" parameters that bundlers should support
or fall back to when their specific parameters are not used.
|
void |
loadBundler(Bundler bundler)
Loads a specific bundler into the set of bundlers.
|
void |
loadBundlersFromServices(ClassLoader cl)
Loads bundlers from the META-INF/services direct
|
void |
loadDefaultBundlers()
Loads the bundlers common to OpenJFX.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateBundlersInstance, createBundlersInstancepublic Collection<Bundler> getBundlers()
BundlersgetBundlers in interface Bundlerspublic Collection<Bundler> getBundlers(String type)
BundlersgetBundlers in interface Bundlerspublic Collection<BundlerParamInfo> getStandardParameters()
getStandardParameters in interface Bundlerspublic void loadDefaultBundlers()
loadDefaultBundlers in interface Bundlerspublic void loadBundlersFromServices(ClassLoader cl)
loadBundlersFromServices in interface Bundlerspublic void loadBundler(Bundler bundler)
BundlersloadBundler in interface Bundlersbundler - the specific bundler to addCopyright © 2025. All rights reserved.