- java.lang.Object
-
- de.jangassen.labels.LabelMaker
-
public class LabelMaker extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_FILE_EXTENSIONstatic StringPROPERTY_FILE_PREFIX
-
Constructor Summary
Constructors Constructor Description LabelMaker(Locale locale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel(LabelName menuItemName, Object... args)StringgetResourceName(String label)voidloadLabels(InputStream resource)
-
-
-
Field Detail
-
PROPERTY_FILE_EXTENSION
public static final String PROPERTY_FILE_EXTENSION
- See Also:
- Constant Field Values
-
PROPERTY_FILE_PREFIX
public static final String PROPERTY_FILE_PREFIX
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LabelMaker
public LabelMaker(Locale locale)
-
-
Method Detail
-
loadLabels
public void loadLabels(InputStream resource) throws IOException
- Throws:
IOException
-
-