public class DisplayThenSourceCondition extends java.lang.Object implements Condition<Path[]>
Path array that is provided is in the correct order. The Display Path should be first followed by
the source path. | Constructor and Description |
|---|
DisplayThenSourceCondition(PathCondition<Path> condition) |
| Modifier and Type | Method and Description |
|---|---|
PathCondition<Path> |
getPathCondition()
Returns the condition against which incoming paths will be evaluated.
|
boolean |
passes(Path[] value)
Returns whether the provided value passes the condition.
|
java.lang.String |
toString() |
public DisplayThenSourceCondition(PathCondition<Path> condition)
public PathCondition<Path> getPathCondition()
public boolean passes(Path[] value)
Conditionpublic java.lang.String toString()
toString in class java.lang.Object