org.apache.archiva.web.model
Class ApplicationRuntimeInfo

java.lang.Object
  extended by org.apache.archiva.web.model.ApplicationRuntimeInfo
All Implemented Interfaces:
Serializable

public class ApplicationRuntimeInfo
extends Object
implements Serializable

Since:
1.4-M3
Author:
Olivier Lamy
See Also:
Serialized Form

Constructor Summary
ApplicationRuntimeInfo()
           
 
Method Summary
 String getBaseUrl()
           
 String getBuildNumber()
           
 CookieInformation getCookieInformation()
           
 String getCopyrightRange()
           
 long getTimestamp()
           
 String getTimestampStr()
           
 String getVersion()
           
 boolean isDevMode()
           
 boolean isJavascriptLog()
           
 boolean isLogMissingI18n()
           
 void setBaseUrl(String baseUrl)
           
 void setBuildNumber(String buildNumber)
           
 void setCookieInformation(CookieInformation cookieInformation)
           
 void setCopyrightRange(String copyrightRange)
           
 void setDevMode(boolean devMode)
           
 void setJavascriptLog(boolean javascriptLog)
           
 void setLogMissingI18n(boolean logMissingI18n)
           
 void setTimestamp(long timestamp)
           
 void setTimestampStr(String timestampStr)
           
 void setVersion(String version)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationRuntimeInfo

public ApplicationRuntimeInfo()
Method Detail

isDevMode

public boolean isDevMode()

setDevMode

public void setDevMode(boolean devMode)

isJavascriptLog

public boolean isJavascriptLog()

setJavascriptLog

public void setJavascriptLog(boolean javascriptLog)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

getBuildNumber

public String getBuildNumber()

setBuildNumber

public void setBuildNumber(String buildNumber)

getTimestamp

public long getTimestamp()

setTimestamp

public void setTimestamp(long timestamp)

getCopyrightRange

public String getCopyrightRange()

setCopyrightRange

public void setCopyrightRange(String copyrightRange)

isLogMissingI18n

public boolean isLogMissingI18n()

setLogMissingI18n

public void setLogMissingI18n(boolean logMissingI18n)

getBaseUrl

public String getBaseUrl()

setBaseUrl

public void setBaseUrl(String baseUrl)

getTimestampStr

public String getTimestampStr()

setTimestampStr

public void setTimestampStr(String timestampStr)

getCookieInformation

public CookieInformation getCookieInformation()

setCookieInformation

public void setCookieInformation(CookieInformation cookieInformation)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.