net.quartzware
Interface RBReader


public interface RBReader

Classes that want to load resource bundles and convert them to ResBundles must implement this interface


Method Summary
 ResBundle readBundle(java.net.URL url)
          Reads the URL pointed to by url and returns a ResBundle
 

Method Detail

readBundle

public ResBundle readBundle(java.net.URL url)
Reads the URL pointed to by url and returns a ResBundle
Returns:
a ResBundle created from the file pointed to by url