|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.ftt.resources.core.filevalidator.FileOperation
public class FileOperation
Enumeration type indicating the type of operation that we are interested in
validating through IFileOperationValidator
| Field Summary | |
|---|---|
static FileOperation |
CLEAR
Clear cached result |
static int |
CLEAR_CACHED_CONST
|
static FileOperation |
COMPRESS
Compressing a folder |
static int |
COMPRESS_CONST
|
static String |
COPY_RIGHT
|
static FileOperation |
DELETE
Deleting a file or a folder |
static int |
DELETE_CONST
|
static FileOperation |
MIGRATE
Migrating/Backing up or Recalling/Restoring a file or folder |
static int |
MIGRATE_CONST
|
static FileOperation |
READ
Accessing the content of a file |
static int |
READ_CONST
|
static FileOperation |
RENAME
Renaming or moving a file or folder |
static int |
RENAME_CONST
|
static FileOperation |
WRITE
Modifying the contents of a file, or creating a new file in a container |
static int |
WRITE_CONST
|
| Method Summary | |
|---|---|
String |
toString()
|
| Field Detail |
|---|
public static final String COPY_RIGHT
public static final int READ_CONST
public static final int WRITE_CONST
public static final int DELETE_CONST
public static final int RENAME_CONST
public static final int MIGRATE_CONST
public static final int COMPRESS_CONST
public static final int CLEAR_CACHED_CONST
public static final FileOperation READ
public static final FileOperation WRITE
public static final FileOperation DELETE
public static final FileOperation RENAME
public static final FileOperation MIGRATE
public static final FileOperation COMPRESS
public static final FileOperation CLEAR
| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||