bpiwowar.argparser.checkers
Class AndCheckers
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<ValueChecker>
bpiwowar.argparser.checkers.AndCheckers
- All Implemented Interfaces:
- ValueChecker, Serializable, Cloneable, Iterable<ValueChecker>, Collection<ValueChecker>, List<ValueChecker>, RandomAccess
public class AndCheckers
- extends ArrayList<ValueChecker>
- implements ValueChecker
Verify that all conditions are OK
- Author:
- bpiwowar
- See Also:
- Serialized Form
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
AndCheckers
public AndCheckers()
check
public boolean check(Object object)
- Description copied from interface:
ValueChecker
- Check that the value is within a valid range
- Specified by:
check
in interface ValueChecker
getDescription
public String getDescription()
- Description copied from interface:
ValueChecker
- Get the description of the value checker
- Specified by:
getDescription
in interface ValueChecker
Copyright © 2013. All Rights Reserved.