Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SORT_CRITERIA_CREATED |
"created" |
public static final String |
SORT_CRITERIA_MODIFIED |
"last-modified" |
public static final String |
SORT_CRITERIA_NAME |
"file-name" |
public static final String |
SORT_CRITERIA_RAW |
"raw-file" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
FILE_MAY_NOT_EXIST |
false |
public static final boolean |
FILE_MUST_EXIST |
true |
public static final boolean |
MAY_NOT_BE_DIRECTORY |
true |
public static final boolean |
MAY_NOT_BE_FILE |
false |
public static final boolean |
MUST_BE_DIRECTORY |
true |
public static final boolean |
MUST_BE_FILE |
true |
public static final boolean |
PARENT_MAY_NOT_EXIST |
false |
public static final boolean |
PARENT_MUST_EXIST |
true |
Copyright © 2019 PingIdentity Corp.. All rights reserved.