SurfMessageBundle

constructor(bundleClazz: Class<*>, pathToBundle: @NonNls String, dataFolder: Path, classLoader: ClassLoader = bundleClazz.classLoader)

Creates a new instance of SurfMessageBundle.

Parameters

bundleClazz

The class used for locating the resource bundles.

pathToBundle

The relative path to the bundle files, excluding the file extension.

dataFolder

The directory used for storing and managing resource bundles.

classLoader

The class loader used to load bundled resources. Defaults to the class loader of bundleClazz.