Represents a step that initializes some dependency of Atlas. Implementations of this should be ideally written in an idempotent way. In particular, if already setup, they should result in a Noop.
| 24 | * In particular, if already setup, they should result in a Noop. |
| 25 | */ |
| 26 | public interface SetupStep { |
| 27 | void run() throws SetupException; |
| 28 | } |
no outgoing calls
no test coverage detected