com.atlassian.sal.api
Interface ApplicationProperties


public interface ApplicationProperties

Component for looking up application properties specific to their web interface

Since:
2.0

Method Summary
 java.lang.String getBaseUrl()
          Get the base URL of the current application.
 java.util.Date getBuildDate()
           
 java.lang.String getBuildNumber()
           
 java.lang.String getDisplayName()
           
 java.io.File getHomeDirectory()
           
 java.lang.String getVersion()
           
 

Method Detail

getBaseUrl

java.lang.String getBaseUrl()
Get the base URL of the current application.

Returns:
the current application's base URL

getDisplayName

java.lang.String getDisplayName()
Returns:
the displayable name of the application

getVersion

java.lang.String getVersion()
Returns:
the version of the application

getBuildDate

java.util.Date getBuildDate()
Returns:
the build date of the application

getBuildNumber

java.lang.String getBuildNumber()
Returns:
the build number of the application

getHomeDirectory

java.io.File getHomeDirectory()
Returns:
the home directory of the application or null if none is defined


Copyright © 2009 Atlassian. All Rights Reserved.