| BooleanCondition | Created by colby.clegg on 8/24/2015. | 
| DateTimeCondition |  | 
| DisplayThenSourceCondition | This condition is basically a standard path condition, but the value is an array of paths. | 
| EnumCondition<T extends java.lang.Enum<?>> | Condition that specifies a set of enum values, any of which will pass. | 
| OrCondition<T> | Takes a set of sub conditions and passes if any of them passes. | 
| PathCondition<T extends Path> | A path condition operates on  Paths. | 
| PathCondition.GsonAdapter<T extends Path> |  | 
| PathCondition.SubPathCondition<P extends Path> |  | 
| PathCondition.WildcardSubPath<P extends Path> |  | 
| PropertyCondition | A condition that support a number of property related sub-conditions. | 
| PropertyCondition.GsonAdapter |  | 
| PropertyCondition.SubPropertyCondition |  | 
| SourceOrDisplayCondition | This condition is basically a standard path condition, but the value is an array of paths. | 
| StringCondition |  | 
| StringEnumCondition | Much like the enum condition, but matches against a list of strings. |