Package com.github.fge.msgsimple.load

Automatic message bundle loading support

See:
          Description

Interface Summary
MessageBundleLoader Interface for a MessageBundle provider
 

Class Summary
MessageBundles Centralized access point for bundles
 

Package com.github.fge.msgsimple.load Description

Automatic message bundle loading support

In order to use the loading support, all you need to do is provide an implementation of MessageBundleLoader. Then, to load (and cache) the message bundle, it is as simple as:

     final MessageBundle bundle
         = MessageBundles.getBundle(MyFirstBundle.class);