public class

PropertyUtils

extends Object
java.lang.Object
   ↳ com.atlassian.core.util.PropertyUtils

Summary

Public Constructors
PropertyUtils()
Public Methods
static Properties getProperties(String resource, Class callingClass)
static Properties getPropertiesFromFile(File file)
static Properties getPropertiesFromStream(InputStream is)
static boolean identical(PropertySet pThis, PropertySet pThat)
Check to see if the two propertySet contain the same values and types NOTE If both PropertySets are null then true is returned
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PropertyUtils ()

Public Methods

public static Properties getProperties (String resource, Class callingClass)

public static Properties getPropertiesFromFile (File file)

public static Properties getPropertiesFromStream (InputStream is)

public static boolean identical (PropertySet pThis, PropertySet pThat)

Check to see if the two propertySet contain the same values and types NOTE If both PropertySets are null then true is returned

Parameters
pThis First PropertySet
pThat Second PropertySet
Returns
  • Are the two PropertySets identical