org.eclipse.jdt.internal.compiler.batch
Class Main.ResourceBundleFactory

java.lang.Object
  extended by org.eclipse.jdt.internal.compiler.batch.Main.ResourceBundleFactory
Enclosing class:
Main

public static class Main.ResourceBundleFactory
extends java.lang.Object

Resource bundle factory to share bundles for the same locale


Constructor Summary
Main.ResourceBundleFactory()
           
 
Method Summary
static java.util.ResourceBundle getBundle(java.util.Locale locale)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main.ResourceBundleFactory

public Main.ResourceBundleFactory()
Method Detail

getBundle

public static java.util.ResourceBundle getBundle(java.util.Locale locale)