public static enum FileRemoteProgressEvData.ProgressCmd extends java.lang.Enum<FileRemoteProgressEvData.ProgressCmd>
Enum Constant and Description |
---|
acknAbortAll |
acknAbortDir |
acknAbortFile |
askDstNotAbletoOverwr
callback to ask that the file is not able to overwrite.
|
askDstOverwr
callback to ask what to do on a file which is existing but able to overwrite.
|
askDstReadonly
callback to ask what to do on a file which is existing and read only.
|
askErrorCopy
callback to ask what to do because an copy file part error is occurred.
|
askErrorDstCreate
callback to ask what to do because the destination file or directory is not able to create.
|
askErrorSrcOpen
callback to ask what to do because the source file or directory is not able to open.
|
done |
error |
noCmd
Refresh answer from walker
|
nok |
refreshDirPost |
refreshDirPre |
refreshFile |
refreshFileFaulty |
Modifier and Type | Method and Description |
---|---|
static FileRemoteProgressEvData.ProgressCmd |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileRemoteProgressEvData.ProgressCmd[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileRemoteProgressEvData.ProgressCmd noCmd
public static final FileRemoteProgressEvData.ProgressCmd refreshDirPre
public static final FileRemoteProgressEvData.ProgressCmd refreshDirPost
public static final FileRemoteProgressEvData.ProgressCmd refreshFile
public static final FileRemoteProgressEvData.ProgressCmd refreshFileFaulty
public static final FileRemoteProgressEvData.ProgressCmd done
public static final FileRemoteProgressEvData.ProgressCmd nok
public static final FileRemoteProgressEvData.ProgressCmd error
public static final FileRemoteProgressEvData.ProgressCmd askErrorSrcOpen
public static final FileRemoteProgressEvData.ProgressCmd askErrorDstCreate
public static final FileRemoteProgressEvData.ProgressCmd askDstOverwr
public static final FileRemoteProgressEvData.ProgressCmd askDstReadonly
public static final FileRemoteProgressEvData.ProgressCmd askDstNotAbletoOverwr
public static final FileRemoteProgressEvData.ProgressCmd askErrorCopy
public static final FileRemoteProgressEvData.ProgressCmd acknAbortAll
public static final FileRemoteProgressEvData.ProgressCmd acknAbortDir
public static final FileRemoteProgressEvData.ProgressCmd acknAbortFile
public static FileRemoteProgressEvData.ProgressCmd[] values()
for (FileRemoteProgressEvData.ProgressCmd c : FileRemoteProgressEvData.ProgressCmd.values()) System.out.println(c);
public static FileRemoteProgressEvData.ProgressCmd 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 null