com.atlassian.johnson.config
Class JohnsonConfig

java.lang.Object
  extended by com.atlassian.johnson.config.JohnsonConfig

public class JohnsonConfig
extends java.lang.Object

The configuration class for Johnson! :)


Constructor Summary
JohnsonConfig(java.lang.String configurationFile)
           
 
Method Summary
 java.util.List getApplicationEventChecks()
           
 ContainerFactory getContainerFactory()
           
 java.lang.String getErrorPath()
           
 EventCheck getEventCheck(int id)
           
 java.util.List getEventChecks()
           
 EventLevel getEventLevel(java.lang.String level)
           
 EventType getEventType(java.lang.String type)
           
 java.util.List getIgnorePaths()
           
static JohnsonConfig getInstance()
           
 java.util.Map getParams()
           
 java.util.List getRequestEventChecks()
           
 SetupConfig getSetupConfig()
           
 java.lang.String getSetupPath()
           
 boolean isIgnoredPath(java.lang.String uri)
           
static void setInstance(JohnsonConfig johnsonConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JohnsonConfig

public JohnsonConfig(java.lang.String configurationFile)
              throws ConfigurationException
Throws:
ConfigurationException
Method Detail

getInstance

public static JohnsonConfig getInstance()

getEventChecks

public java.util.List getEventChecks()

getRequestEventChecks

public java.util.List getRequestEventChecks()

getApplicationEventChecks

public java.util.List getApplicationEventChecks()

getEventCheck

public EventCheck getEventCheck(int id)

getParams

public java.util.Map getParams()

getSetupConfig

public SetupConfig getSetupConfig()

getContainerFactory

public ContainerFactory getContainerFactory()

getSetupPath

public java.lang.String getSetupPath()

getErrorPath

public java.lang.String getErrorPath()

getIgnorePaths

public java.util.List getIgnorePaths()

isIgnoredPath

public boolean isIgnoredPath(java.lang.String uri)

getEventLevel

public EventLevel getEventLevel(java.lang.String level)

getEventType

public EventType getEventType(java.lang.String type)

setInstance

public static void setInstance(JohnsonConfig johnsonConfig)


Copyright © 2012 Atlassian. All Rights Reserved.