public static enum SshFile.Attribute extends Enum<SshFile.Attribute>
Enum Constant and Description |
---|
CreationTime |
Gid |
Group |
IsDirectory |
IsRegularFile |
IsSymbolicLink |
LastAccessTime |
LastModifiedTime |
Owner |
Permissions |
Size |
Uid |
Modifier and Type | Method and Description |
---|---|
static SshFile.Attribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SshFile.Attribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SshFile.Attribute Size
public static final SshFile.Attribute Uid
public static final SshFile.Attribute Owner
public static final SshFile.Attribute Gid
public static final SshFile.Attribute Group
public static final SshFile.Attribute IsDirectory
public static final SshFile.Attribute IsRegularFile
public static final SshFile.Attribute IsSymbolicLink
public static final SshFile.Attribute Permissions
public static final SshFile.Attribute CreationTime
public static final SshFile.Attribute LastModifiedTime
public static final SshFile.Attribute LastAccessTime
public static SshFile.Attribute[] values()
for (SshFile.Attribute c : SshFile.Attribute.values()) System.out.println(c);
public static SshFile.Attribute 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 © 2008–2016 The Apache Software Foundation. All rights reserved.