com.atlassian.sal.api
Interface ApplicationProperties
public interface ApplicationProperties
Component for looking up application properties specific to their web interface
- Since:
- 2.0
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.