Package edu.umd.cs.findbugs
Class L10N
- java.lang.Object
-
- edu.umd.cs.findbugs.L10N
-
public class L10N extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.ResourceBundlebundleprivate static java.util.ResourceBundlebundle_enprivate static java.io.PrintWriterextraPropertiesprivate static booleanGENERATE_MISSING_KEYSprivate static org.slf4j.LoggerLOG
-
Constructor Summary
Constructors Modifier Constructor Description privateL10N()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetLocalString(java.lang.String key, java.lang.String defaultString)private static java.lang.Stringlookup(java.util.ResourceBundle b, java.lang.String key)
-
-
-
Field Detail
-
LOG
private static final org.slf4j.Logger LOG
-
GENERATE_MISSING_KEYS
private static final boolean GENERATE_MISSING_KEYS
-
bundle
private static java.util.ResourceBundle bundle
-
bundle_en
private static java.util.ResourceBundle bundle_en
-
extraProperties
private static java.io.PrintWriter extraProperties
-
-