public static enum FileRemote.XXXCallbackCmd extends java.lang.Enum<FileRemote.XXXCallbackCmd>
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.
|
copyDir
Status event with the currently processed directory path.
|
done
A simple done feedback
|
doneCheck
Done message for the
Cmd#check event. |
error
Feedback, the operation is not executed.
|
errorDelete
Deletion error.
|
free
Ordinary value=0, same as
Event.Cmd#free . |
last |
nok
The operation is executed, but not successfully.
|
nrofFilesAndBytes
Status event with processed number of files and bytes and the currently processed file path.
|
reserve
Ordinary value=1, same as
Event.Cmd#reserve . |
start
Start the process, the first event, also to check the event.
|
Modifier and Type | Method and Description |
---|---|
static FileRemote.XXXCallbackCmd |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileRemote.XXXCallbackCmd[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileRemote.XXXCallbackCmd free
Event.Cmd#free
.public static final FileRemote.XXXCallbackCmd reserve
Event.Cmd#reserve
.public static final FileRemote.XXXCallbackCmd done
public static final FileRemote.XXXCallbackCmd nok
public static final FileRemote.XXXCallbackCmd error
public static final FileRemote.XXXCallbackCmd errorDelete
public static final FileRemote.XXXCallbackCmd doneCheck
Cmd#check
event. The event contains the number of files and bytes.public static final FileRemote.XXXCallbackCmd nrofFilesAndBytes
public static final FileRemote.XXXCallbackCmd copyDir
public static final FileRemote.XXXCallbackCmd askErrorSrcOpen
public static final FileRemote.XXXCallbackCmd askErrorDstCreate
public static final FileRemote.XXXCallbackCmd askDstOverwr
public static final FileRemote.XXXCallbackCmd askDstReadonly
public static final FileRemote.XXXCallbackCmd askDstNotAbletoOverwr
public static final FileRemote.XXXCallbackCmd askErrorCopy
public static final FileRemote.XXXCallbackCmd acknAbortAll
public static final FileRemote.XXXCallbackCmd acknAbortDir
public static final FileRemote.XXXCallbackCmd acknAbortFile
public static final FileRemote.XXXCallbackCmd start
public static final FileRemote.XXXCallbackCmd last
public static FileRemote.XXXCallbackCmd[] values()
for (FileRemote.XXXCallbackCmd c : FileRemote.XXXCallbackCmd.values()) System.out.println(c);
public static FileRemote.XXXCallbackCmd 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