com.atlassian.sal.confluence.setup
Class ConfluenceSetupApplicationProperties

java.lang.Object
  extended by com.atlassian.sal.confluence.setup.ConfluenceSetupApplicationProperties
All Implemented Interfaces:
com.atlassian.sal.api.ApplicationProperties

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

ApplicationProperties for Confluence before it is completely set up, when the settings manager is not yet available.


Constructor Summary
ConfluenceSetupApplicationProperties(BootstrapManager bootstrapManager)
           
 
Method Summary
 String getApplicationName()
           
 String getBaseUrl()
           
 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

ConfluenceSetupApplicationProperties

public ConfluenceSetupApplicationProperties(BootstrapManager bootstrapManager)
Method Detail

getBaseUrl

public String getBaseUrl()
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

getApplicationName

public String getApplicationName()


Copyright © 2003-2013 Atlassian. All Rights Reserved.