|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.core.io.sync.SyncState
public final class SyncState
| Field Summary | |
|---|---|
static int |
ClientItemIsNewer
This sync item exists on both the client and the server, but the client version is newer than the server version |
static int |
ClientItemOnly
This sync item only exists on the client |
static int |
CRCMismatch
The sync item exists on both the client and the server, their modification times match, but their CRC's do no match |
static int |
Ignore
Ignore this sync item when performing actions on a sync item list |
static int |
IncompatibleFileTypes
The client file and server file are of different types. |
static int |
ItemsMatch
This sync item exists on both the client and the server and they match |
static int |
ServerItemIsNewer
This sync item exists on both the client and the server, but the server version is newer than the client version |
static int |
ServerItemOnly
This sync item only exists on the server |
static int |
Unknown
Unknown state |
| Constructor Summary | |
|---|---|
SyncState()
|
|
| 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 Unknown
public static final int Ignore
public static final int ItemsMatch
public static final int CRCMismatch
public static final int ClientItemIsNewer
public static final int ServerItemIsNewer
public static final int ClientItemOnly
public static final int ServerItemOnly
public static final int IncompatibleFileTypes
| Constructor Detail |
|---|
public SyncState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||