|
Carrot2 v3.5.2
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=FIELD) @Retention(value=RUNTIME) public @interface IsFile
Requires that the provided object is an instance of File and the path denoted
by it is actually a file.
| Optional Element Summary | |
|---|---|
boolean |
mustExist
If set to true, the provided object must be a File instance,
and the file pointed to by it must exist. |
public abstract boolean mustExist
true, the provided object must be a File instance,
and the file pointed to by it must exist. If set to false, only the
type of the provided object is checked.
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||