public class SourceOrDisplayCondition extends java.lang.Object implements Condition<Path[]>
Constructor and Description |
---|
SourceOrDisplayCondition(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 SourceOrDisplayCondition(PathCondition<Path> condition)
public PathCondition<Path> getPathCondition()
public boolean passes(Path[] value)
Condition
public java.lang.String toString()
toString
in class java.lang.Object