com.davecoss.uploader
public static enum WebFSTask.Commands extends java.lang.Enum<WebFSTask.Commands>
Enum Constant and Description |
---|
BASE64 |
CLEAN |
GET |
LS |
MD5 |
MERGE |
MKDIR |
MV |
POSTSTREAM |
PUT |
RM |
SERVERINFO |
Modifier and Type | Method and Description |
---|---|
static WebFSTask.Commands |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WebFSTask.Commands[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebFSTask.Commands BASE64
public static final WebFSTask.Commands CLEAN
public static final WebFSTask.Commands RM
public static final WebFSTask.Commands GET
public static final WebFSTask.Commands LS
public static final WebFSTask.Commands MD5
public static final WebFSTask.Commands MERGE
public static final WebFSTask.Commands MKDIR
public static final WebFSTask.Commands MV
public static final WebFSTask.Commands PUT
public static final WebFSTask.Commands POSTSTREAM
public static final WebFSTask.Commands SERVERINFO
public static WebFSTask.Commands[] values()
for (WebFSTask.Commands c : WebFSTask.Commands.values()) System.out.println(c);
public static WebFSTask.Commands valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullLast build: 2014-03-11 10:00 Copyright © 2013 David Coss. All Rights Reserved.