| Modifier and Type | Field | Description |
|---|---|---|
static cdc.util.args.Factory<IsExistingFile> |
FACTORY |
|
static IsExistingFile |
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
explain(boolean result,
java.lang.String arg) |
Explains the conditions at which a positive or negative result is obtained.
|
java.lang.Class<java.io.File> |
getValueClass() |
|
boolean |
test(java.io.File value) |
after, after, afterRaw, and, andRaw, cast, cast, explain, explain, fromConverter, fromFunction, negate, or, orRaw, testAndExplain, testAndExplainpublic static final IsExistingFile INSTANCE
public static final cdc.util.args.Factory<IsExistingFile> FACTORY
public java.lang.Class<java.io.File> getValueClass()
getValueClass in interface Checker<java.io.File>public boolean test(java.io.File value)
public java.lang.String explain(boolean result,
java.lang.String arg)
CheckerCopyright © 2019. All rights reserved.