BundleBuilder

inner class BundleBuilder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun classPath(classPath: String)

Use Jar class-path resource

Link copied to clipboard
fun local(localPath: String)

Use local resource from file

Link copied to clipboard
fun url(url: String, localFallBack: String? = null, classpathFallBack: String? = null, embed: Boolean = false)

Create an url resource with optional embedding (governed by embed flag) with optional local file fallback and a class-path fallback. If fallbacks are null, they are not used.