com.atlassian.crowd.integration.util
Class PropertyUtils

java.lang.Object
  extended by com.atlassian.crowd.integration.util.PropertyUtils

public class PropertyUtils
extends java.lang.Object

PropertyUtils class to enable the writing back of Properties


Constructor Summary
PropertyUtils()
           
 
Method Summary
 java.util.Properties getProperties(java.lang.String propertyResourceLocation)
           
 java.util.Properties getPropertiesFromStream(java.io.InputStream is)
           
 boolean removeProperty(java.lang.String propertyResourceLocation, java.lang.String key)
           
 void updateProperty(java.lang.String propertyResourceLocation, 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

PropertyUtils

public PropertyUtils()
Method Detail

getProperties

public java.util.Properties getProperties(java.lang.String propertyResourceLocation)
Returns:

getPropertiesFromStream

public java.util.Properties getPropertiesFromStream(java.io.InputStream is)

removeProperty

public boolean removeProperty(java.lang.String propertyResourceLocation,
                              java.lang.String key)

updateProperty

public void updateProperty(java.lang.String propertyResourceLocation,
                           java.lang.String key,
                           java.lang.String value)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.