public static enum SymLinkDescriptionBuilder.SymLinkOption extends Enum<SymLinkDescriptionBuilder.SymLinkOption>
| Enum Constant and Description |
|---|
DELAYED_LOOP_CHEFCKING |
IMMEDIATE_LOOP_CHECKING |
TO_DIRECTORIES |
TO_OTHER_FILESYSTEM |
| Modifier and Type | Method and Description |
|---|---|
static SymLinkDescriptionBuilder.SymLinkOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SymLinkDescriptionBuilder.SymLinkOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SymLinkDescriptionBuilder.SymLinkOption TO_OTHER_FILESYSTEM
public static final SymLinkDescriptionBuilder.SymLinkOption TO_DIRECTORIES
public static final SymLinkDescriptionBuilder.SymLinkOption IMMEDIATE_LOOP_CHECKING
public static final SymLinkDescriptionBuilder.SymLinkOption DELAYED_LOOP_CHEFCKING
public static SymLinkDescriptionBuilder.SymLinkOption[] values()
for (SymLinkDescriptionBuilder.SymLinkOption c : SymLinkDescriptionBuilder.SymLinkOption.values()) System.out.println(c);
public static SymLinkDescriptionBuilder.SymLinkOption valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015. All rights reserved.