com.aptana.ide.core.io.sync
Class SyncTransferState

java.lang.Object
  extended by com.aptana.ide.core.io.sync.SyncTransferState

public final class SyncTransferState
extends java.lang.Object

Author:
Kevin Lindsey

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

OK

public static final int OK
The sync item transfer will complete or has completed successfully

See Also:
Constant Field Values

ClientNotReadable

public static final int ClientNotReadable
The client file or directory cannot be read

See Also:
Constant Field Values

ClientNotWritable

public static final int ClientNotWritable
The client file or directory cannot be overwritten

See Also:
Constant Field Values

ServerNotReadable

public static final int ServerNotReadable
The server file or directory cannot be read

See Also:
Constant Field Values

ServerNotWritable

public static final int ServerNotWritable
The server file or directory cannot be overwritten

See Also:
Constant Field Values
Constructor Detail

SyncTransferState

public SyncTransferState()