| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<FsObjMoveFlag>
org.virtualbox_7_1.FsObjMoveFlag
public enum FsObjMoveFlag
File moving flags.
Interface ID: {2450A05D-80C6-4C96-9A17-94D73293FF86}
| Enum Constant Summary | |
|---|---|
| AllowDirectoryMovesAllow moving directories accross file system boundraries. | |
| FollowLinksFollow symbolic links in the final components or not (only applied to the given source and target paths, not to anything else). | |
| NoneNo flag set. | |
| ReplaceReplace the destination file, symlink, etc if it exists, however this does not allow replacing any directories. | |
| Method Summary | |
|---|---|
| static FsObjMoveFlag | fromValue(long v) | 
| static FsObjMoveFlag | fromValue(java.lang.String v) | 
|  int | value() | 
| static FsObjMoveFlag | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static FsObjMoveFlag[] | values()Returns an array containing the constants of this enum type, in the order they are declared. | 
| Methods inherited from class java.lang.Enum | 
|---|
| clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
| getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final FsObjMoveFlag None
public static final FsObjMoveFlag Replace
public static final FsObjMoveFlag FollowLinks
public static final FsObjMoveFlag AllowDirectoryMoves
| Method Detail | 
|---|
public static FsObjMoveFlag[] values()
for (FsObjMoveFlag c : FsObjMoveFlag.values()) System.out.println(c);
public static FsObjMoveFlag 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 name
java.lang.NullPointerException - if the argument is nullpublic int value()
public static FsObjMoveFlag fromValue(long v)
public static FsObjMoveFlag fromValue(java.lang.String v)
| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||