public static enum AclOption.Mode extends Enum<AclOption.Mode>
Enum Constant and Description |
---|
Metafile |
Native |
None
ACLs preservation mode.
|
Modifier and Type | Field and Description |
---|---|
static AclOption.Mode |
DEFAULT
The default value.
|
Modifier and Type | Method and Description |
---|---|
String |
getCommandLineOption() |
String |
toString() |
static AclOption.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AclOption.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AclOption.Mode None
public static final AclOption.Mode Native
public static final AclOption.Mode Metafile
public static final AclOption.Mode DEFAULT
public static AclOption.Mode[] values()
for (AclOption.Mode c : AclOption.Mode.values()) System.out.println(c);
public static AclOption.Mode 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 nullpublic String getCommandLineOption()
public String toString()
toString
in class Enum<AclOption.Mode>
Copyright © 2017 Aspera Inc.. All rights reserved.