WebLogic Integration


com.bea.util
Class PropertyResourceBundleWriter

java.lang.Object
  |
  +--com.bea.util.PropertyResourceBundleWriter

public class PropertyResourceBundleWriter
extends java.lang.Object

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
PropertyResourceBundleWriter(java.lang.String bundleFileName)
           
 
Method Summary
 java.lang.String getOptionalProperty(java.lang.String key)
           
 java.util.Map getProperties()
           
 java.lang.String getRequiredProperty(java.lang.String key)
           
 java.util.Iterator listPropertyNames()
           
protected  void loadProperties()
           
static void main(java.lang.String[] args)
           
 void refresh()
           
 void save()
           
 void setProperty(java.lang.String key, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyResourceBundleWriter

public PropertyResourceBundleWriter(java.lang.String bundleFileName)
                             throws java.io.IOException
Method Detail

listPropertyNames

public java.util.Iterator listPropertyNames()

getOptionalProperty

public java.lang.String getOptionalProperty(java.lang.String key)

getRequiredProperty

public java.lang.String getRequiredProperty(java.lang.String key)
                                     throws java.util.MissingResourceException

loadProperties

protected void loadProperties()
                       throws java.io.IOException

refresh

public void refresh()
             throws java.io.IOException

setProperty

public void setProperty(java.lang.String key,
                        java.lang.String value)

save

public void save()
          throws java.io.IOException

getProperties

public java.util.Map getProperties()

main

public static void main(java.lang.String[] args)

WebLogic Integration

WebLogic Integration (WLI)