public abstract class AbstractSimpleComponentsMonitor extends Object implements ComponentsMonitor
Constructor and Description |
---|
AbstractSimpleComponentsMonitor(String[] components) |
Modifier and Type | Method and Description |
---|---|
boolean |
allComponentsUsed() |
abstract boolean |
finalStateValid() |
List<String> |
getRemainingComponents() |
ComponentsMonitor |
useComponent(String component) |
public AbstractSimpleComponentsMonitor(String[] components)
public ComponentsMonitor useComponent(String component) throws IllegalArgumentException
useComponent
in interface ComponentsMonitor
IllegalArgumentException
public boolean allComponentsUsed()
allComponentsUsed
in interface ComponentsMonitor
public List<String> getRemainingComponents()
getRemainingComponents
in interface ComponentsMonitor
public abstract boolean finalStateValid()
finalStateValid
in interface ComponentsMonitor
Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.