com.atlassian.sal.crowd
Class CrowdApplicationProperties

java.lang.Object
  extended by com.atlassian.sal.crowd.CrowdApplicationProperties
All Implemented Interfaces:
com.atlassian.sal.api.ApplicationProperties

public class CrowdApplicationProperties
extends Object
implements com.atlassian.sal.api.ApplicationProperties


Constructor Summary
CrowdApplicationProperties(ClientProperties clientProperties, com.atlassian.config.HomeLocator homeLocator)
           
 
Method Summary
 String getBaseUrl()
           
 String getBaseUrl(com.atlassian.sal.api.UrlMode urlMode)
           
 Date getBuildDate()
           
 String getBuildNumber()
           
 String getDisplayName()
           
 File getHomeDirectory()
           
 String getPropertyValue(String key)
           
 String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrowdApplicationProperties

public CrowdApplicationProperties(ClientProperties clientProperties,
                                  com.atlassian.config.HomeLocator homeLocator)
Method Detail

getBaseUrl

public String getBaseUrl()
Specified by:
getBaseUrl in interface com.atlassian.sal.api.ApplicationProperties

getBaseUrl

public String getBaseUrl(com.atlassian.sal.api.UrlMode urlMode)
Specified by:
getBaseUrl in interface com.atlassian.sal.api.ApplicationProperties

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface com.atlassian.sal.api.ApplicationProperties

getVersion

public String getVersion()
Specified by:
getVersion in interface com.atlassian.sal.api.ApplicationProperties

getBuildDate

public Date getBuildDate()
Specified by:
getBuildDate in interface com.atlassian.sal.api.ApplicationProperties

getBuildNumber

public String getBuildNumber()
Specified by:
getBuildNumber in interface com.atlassian.sal.api.ApplicationProperties

getHomeDirectory

public File getHomeDirectory()
Specified by:
getHomeDirectory in interface com.atlassian.sal.api.ApplicationProperties

getPropertyValue

public String getPropertyValue(String key)
Specified by:
getPropertyValue in interface com.atlassian.sal.api.ApplicationProperties


Copyright © 2013 Atlassian. All Rights Reserved.