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 Ping Identity. All rights reserved.