Package com.netscape.certsrv.logging
Class LogResources
- java.lang.Object
-
- java.util.ResourceBundle
-
- java.util.ListResourceBundle
-
- com.netscape.certsrv.logging.LogResources
-
public class LogResources extends java.util.ListResourceBundle
This is the fallback resource bundle for all log events.- Version:
- $Revision$, $Date$
- See Also:
ListResourceBundle
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BASE_RESOURCES
-
Constructor Summary
Constructors Constructor Description LogResources()
Contructs a log resource bundle and sets it's parent to the base resource bundle.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object[][]
getContents()
Returns the content of this resource.
-
-
-
Constructor Detail
-
LogResources
public LogResources()
Contructs a log resource bundle and sets it's parent to the base resource bundle.- See Also:
BaseResources
-
-