public interface Initable
This interface can be applied to implementations of:
ContainerFactoryEventCheck (and its derived interfaces)SetupConfigJohnsonConfig implementation
which is being used. For exact details on its semantics, review the documentation for that class as well.| Modifier and Type | Method and Description |
|---|---|
void |
init(Map<String,String> params)
Initialise the object, optionally drawing configuration from the provided
Map. |
void init(@Nonnull Map<String,String> params)
Map. The provided map may be
empty, if no parameters were configured, but it will never be null.params - a map of additional parameters loaded from the configuration fileCopyright © 2017 Atlassian. All rights reserved.