wt.clients.util.http
Class FileEntry

java.lang.Object
  extended bywt.clients.util.http.FileEntry

class FileEntry
extends Object


Field Summary
 boolean cancelled
           
 long checksum
           
 int fileOperationStatus
           
 int fileOperationType
           
 URL hostURL
           
 String name
           
 Exception operationException
           
 boolean overwriteWarning
           
 String path
           
 Hashtable postParameters
           
 URL url
           
 
Constructor Summary
(package private) FileEntry()
           
 
Method Summary
 void addPostParameter(String key, String value)
           
 boolean fileChange()
           
 Enumeration getPostKeys()
           
 String getPostValue(String key)
           
private static void PP(String message)
           
 void removePostParameter(String key)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fileOperationType

public int fileOperationType

fileOperationStatus

public int fileOperationStatus

name

public String name

path

public String path

hostURL

public URL hostURL

url

public URL url

overwriteWarning

public boolean overwriteWarning

operationException

public Exception operationException

cancelled

public boolean cancelled

postParameters

public Hashtable postParameters

checksum

public long checksum
Constructor Detail

FileEntry

FileEntry()
Method Detail

fileChange

public boolean fileChange()

addPostParameter

public void addPostParameter(String key,
                             String value)

removePostParameter

public void removePostParameter(String key)

getPostKeys

public Enumeration getPostKeys()

getPostValue

public String getPostValue(String key)

toString

public String toString()

PP

private static void PP(String message)