public class WriteMode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static WriteMode |
APPEND
Append the file
|
static java.lang.String |
cvsId
Revision control id
|
static WriteMode |
OVERWRITE
Overwrite the file
|
static WriteMode |
RESUME
Resume the file
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
toString() |
public static final java.lang.String cvsId
public static final WriteMode OVERWRITE
public static final WriteMode APPEND
public static final WriteMode RESUME
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.