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, wait
createBundlersInstance, createBundlersInstance
public Collection<Bundler> getBundlers()
Bundlers
getBundlers
in interface Bundlers
public Collection<Bundler> getBundlers(String type)
Bundlers
getBundlers
in interface Bundlers
public Collection<BundlerParamInfo> getStandardParameters()
getStandardParameters
in interface Bundlers
public void loadDefaultBundlers()
loadDefaultBundlers
in interface Bundlers
public void loadBundlersFromServices(ClassLoader cl)
loadBundlersFromServices
in interface Bundlers
public void loadBundler(Bundler bundler)
Bundlers
loadBundler
in interface Bundlers
bundler
- the specific bundler to addCopyright © 2020. All rights reserved.