public final class Result extends Object
Modifier and Type | Field and Description |
---|---|
static Result |
FAIL
Result indicating
Expression processing should stop. |
static Result |
PASS
Result indicating
Expression processing should continue. |
static Result |
STOP
Result indicating
Expression processing should not descend any more
directories. |
Modifier and Type | Method and Description |
---|---|
Result |
combine(Result other)
Returns the combination of this and another result.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isDescend()
Should further directories be descended.
|
boolean |
isPass()
Should processing continue.
|
Result |
negate()
Negate this result.
|
String |
toString() |
public static final Result PASS
Expression
processing should continue.public static final Result FAIL
Expression
processing should stop.public static final Result STOP
Expression
processing should not descend any more
directories.public boolean isDescend()
public boolean isPass()
public Result negate()
Copyright © 2017 Apache Software Foundation. All Rights Reserved.