|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<FsObjMoveFlags>
org.virtualbox_5_1.FsObjMoveFlags
public enum FsObjMoveFlags
File moving flags. Interface ID: {98FDD11F-4063-AC60-5737-E49092AAB95F}
Enum Constant Summary | |
---|---|
AllowDirectoryMoves
Allow moving directories accross file system boundraries. |
|
FollowLinks
Follow symbolic links in the final components or not (only applied to the given source and target paths, not to anything else). |
|
None
No flag set. |
|
Replace
Replace the destination file, symlink, etc if it exists, however this does not allow replacing any directories. |
Method Summary | |
---|---|
static FsObjMoveFlags |
fromValue(long v)
|
static FsObjMoveFlags |
fromValue(java.lang.String v)
|
int |
value()
|
static FsObjMoveFlags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FsObjMoveFlags[] |
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 FsObjMoveFlags None
public static final FsObjMoveFlags Replace
public static final FsObjMoveFlags FollowLinks
public static final FsObjMoveFlags AllowDirectoryMoves
Method Detail |
---|
public static FsObjMoveFlags[] values()
for (FsObjMoveFlags c : FsObjMoveFlags.values()) System.out.println(c);
public static FsObjMoveFlags 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 FsObjMoveFlags fromValue(long v)
public static FsObjMoveFlags fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |