public class ARG extends Object
Created by arnaudlacour on 5/12/17.
Modifier and Type | Field and Description |
---|---|
static boolean |
FILE_MAY_NOT_EXIST |
static boolean |
FILE_MUST_EXIST |
static boolean |
MAY_NOT_BE_DIRECTORY |
static boolean |
MAY_NOT_BE_FILE |
static boolean |
MUST_BE_DIRECTORY |
static boolean |
MUST_BE_FILE |
static Character |
NO_SHORTCUT |
static Boolean |
OPTIONAL |
static boolean |
PARENT_MAY_NOT_EXIST |
static boolean |
PARENT_MUST_EXIST |
static Boolean |
REQUIRED |
static Integer |
UNIQUE |
static Integer |
UNLIMITED |
Constructor and Description |
---|
ARG() |
public static final Character NO_SHORTCUT
public static final Boolean REQUIRED
public static final Boolean OPTIONAL
public static final Integer UNIQUE
public static final Integer UNLIMITED
public static final boolean FILE_MUST_EXIST
public static final boolean FILE_MAY_NOT_EXIST
public static final boolean PARENT_MUST_EXIST
public static final boolean PARENT_MAY_NOT_EXIST
public static final boolean MUST_BE_FILE
public static final boolean MAY_NOT_BE_FILE
public static final boolean MUST_BE_DIRECTORY
public static final boolean MAY_NOT_BE_DIRECTORY
Copyright © 2019 Ping Identity. All rights reserved.