GameCatalogResolver

Provides an object for resolving a Catalog of GameTemplate objects. Caution should be exercised as this can be a volatile method of adding extensibility as any changes to the targeted GameTemplate class or its dependencies can cause the class loader to fail.

Functions

Link copied to clipboard
fun getURL(jarFile: File): URL

Get a URL for a specified jarFile.

Link copied to clipboard

Resolve a Catalog from a path to a directory. As default a relative path to '/games' will be used.

Link copied to clipboard

Resolve a Catalog from a jar file.

Resolve a Catalog from a jar file with a specified classLoader.