public final class QueryFileTarget extends Object implements QueryTarget
QueryTarget
that wraps a SourcePath
.Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
SourcePath |
getPath() |
int |
hashCode() |
static QueryFileTarget |
of(SourcePath path)
Construct a new immutable
QueryFileTarget instance. |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compare
public static QueryFileTarget of(SourcePath path)
QueryFileTarget
instance.path
- The value for the path
attributepublic SourcePath getPath()
path
attribute