Package | Description |
---|---|
com.oracle.tools.packager |
Modifier and Type | Class and Description |
---|---|
class |
BasicBundlers
A basic bundlers collection that loads the OpenJFX default bundlers.
|
Modifier and Type | Method and Description |
---|---|
static Bundlers |
Bundlers.createBundlersInstance()
This convenience method will call
createBundlersInstance(ClassLoader)
with the classloader that this Bundlers is loaded from. |
static Bundlers |
Bundlers.createBundlersInstance(java.lang.ClassLoader servicesClassLoader)
This convenience method will automatically load a Bundlers instance
from either META-INF/services or the default
BasicBundlers if none are found in
the services meta-inf. |