|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sourceforge.jpatterns.utils.JPatternsPropsUtils
public class JPatternsPropsUtils
This class the common JPatterns based methods for working with property files.
$Author:: zmicer $
$Rev:: 67 $
* $Date:: 2007-08-28 21:37:07 #$
| Field Summary | |
|---|---|
static ResourceBundle |
customBundle
The custom bundle to be used. |
static ResourceBundle |
defaultBundle
The default bundle to be used. |
static org.apache.log4j.Logger |
LOG
Logger instance. |
| Constructor Summary | |
|---|---|
JPatternsPropsUtils()
|
|
| Method Summary | |
|---|---|
static ResourceBundle |
getCustomBundle()
|
static String |
getCustomBundleName()
|
static ResourceBundle |
getDefaultBundle()
|
static String |
getDefaultBundleName()
|
static IPropertiesManager |
getPropertiesManagerImplementation()
Return the implementation of the IPropertiesManager. |
static void |
setCustomBundle(ResourceBundle customBundle)
|
static void |
setDefaultBundle(ResourceBundle defaultBundle)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final org.apache.log4j.Logger LOG
public static ResourceBundle defaultBundle
public static ResourceBundle customBundle
| Constructor Detail |
|---|
public JPatternsPropsUtils()
| Method Detail |
|---|
public static String getDefaultBundleName()
public static String getCustomBundleName()
public static IPropertiesManager getPropertiesManagerImplementation()
m_defaultBundle and m_customBundle to be able to use them later by the implementation of the
PropertiesManagerImpl without additional retrieving of the bundles.
PropertiesManagerImpl class)
$Rev:: 67 $public static ResourceBundle getDefaultBundle()
public static void setDefaultBundle(ResourceBundle defaultBundle)
public static ResourceBundle getCustomBundle()
public static void setCustomBundle(ResourceBundle customBundle)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||