|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.core.io.sync.SyncTransferState
public final class SyncTransferState
| Field Summary | |
|---|---|
static int |
ClientNotReadable
The client file or directory cannot be read |
static int |
ClientNotWritable
The client file or directory cannot be overwritten |
static int |
OK
The sync item transfer will complete or has completed successfully |
static int |
ServerNotReadable
The server file or directory cannot be read |
static int |
ServerNotWritable
The server file or directory cannot be overwritten |
| Constructor Summary | |
|---|---|
SyncTransferState()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int OK
public static final int ClientNotReadable
public static final int ClientNotWritable
public static final int ServerNotReadable
public static final int ServerNotWritable
| Constructor Detail |
|---|
public SyncTransferState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||