public interface ComponentsMonitor
| Modifier and Type | Method and Description |
|---|---|
boolean |
allComponentsUsed()
Check if all components are used.
|
boolean |
finalStateValid()
Checks if the final state is valid.
|
List<String> |
getRemainingComponents()
Gets the remaining components.
|
ComponentsMonitor |
useComponent(String component)
Use a component.
|
ComponentsMonitor useComponent(String component)
component - the componentIllegalArgumentException - if the component is already usedboolean allComponentsUsed()
boolean finalStateValid()
Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.