com.atlassian.jira.project
Class DefaultProjectPropertiesManager

java.lang.Object
  extended by com.atlassian.jira.project.DefaultProjectPropertiesManager
All Implemented Interfaces:
ProjectPropertiesManager

public class DefaultProjectPropertiesManager
extends Object
implements ProjectPropertiesManager

Default implementation for ProjectPropertiesManager.

Since:
v6.1
See Also:
ProjectPropertiesManager

Constructor Summary
DefaultProjectPropertiesManager()
           
 
Method Summary
 com.opensymphony.module.propertyset.PropertySet getPropertySet(Project project)
          Retrieve all properties associated with the given project.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultProjectPropertiesManager

public DefaultProjectPropertiesManager()
Method Detail

getPropertySet

public com.opensymphony.module.propertyset.PropertySet getPropertySet(Project project)
Description copied from interface: ProjectPropertiesManager
Retrieve all properties associated with the given project.

The returned PropertySet is mutable and could be used to directly update data in database.

Specified by:
getPropertySet in interface ProjectPropertiesManager
Parameters:
project - project
Returns:
the property set associated with the project


Copyright © 2002-2014 Atlassian. All Rights Reserved.