public interface JohnsonConfig
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationEventCheck> |
getApplicationEventChecks() |
ContainerFactory |
getContainerFactory() |
String |
getErrorPath() |
EventCheck |
getEventCheck(int id) |
List<EventCheck> |
getEventChecks() |
EventLevel |
getEventLevel(String level) |
EventType |
getEventType(String type) |
List<String> |
getIgnorePaths() |
Map<String,String> |
getParams() |
List<RequestEventCheck> |
getRequestEventChecks() |
SetupConfig |
getSetupConfig() |
String |
getSetupPath() |
boolean |
isIgnoredPath(String uri) |
@Nonnull List<ApplicationEventCheck> getApplicationEventChecks()
@Nonnull ContainerFactory getContainerFactory()
@Nullable EventCheck getEventCheck(int id)
@Nonnull List<EventCheck> getEventChecks()
@Nullable EventLevel getEventLevel(@Nonnull String level)
@Nonnull List<RequestEventCheck> getRequestEventChecks()
@Nonnull SetupConfig getSetupConfig()
Copyright © 2017 Atlassian. All rights reserved.