Class StorageBundle
- java.lang.Object
-
- com.webcodepro.applecommander.util.TextBundle
-
- com.webcodepro.applecommander.storage.StorageBundle
-
public class StorageBundle extends TextBundle
Manage the domain-specific ResourceBundle. Inheritance is used to allow logical groupings of ResourceBundles and to reuse the common methods.
-
-
Constructor Summary
Constructors Constructor Description StorageBundle()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TextBundle
getInstance()
Get the singleton instance of the StorageBundle.-
Methods inherited from class com.webcodepro.applecommander.util.TextBundle
format, get, initialize
-
-
-
-
Method Detail
-
getInstance
public static TextBundle getInstance()
Get the singleton instance of the StorageBundle.
-
-