com.atlassian.johnson.config
Class JohnsonConfig
java.lang.Object
com.atlassian.johnson.config.JohnsonConfig
public class JohnsonConfig
- extends java.lang.Object
The configuration class for Johnson! :)
|
Constructor Summary |
JohnsonConfig(java.lang.String configurationFile)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JohnsonConfig
public JohnsonConfig(java.lang.String configurationFile)
throws ConfigurationException
- Throws:
ConfigurationException
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.