public interface ParseCondition
ParseCondition is can be fullfilled or not. only if the condition
is fullfilled the result will be parsed.isFullfilled(int)| Modifier and Type | Method and Description |
|---|---|
boolean |
isFullfilled(int httpStatusCode)
Tests / determines if this conditioni is fullfilled or not
|
Copyright © 2015 Hannes Dorfmann. All rights reserved.