com.limegroup.gnutella.update
Class ClientRemoteUpdateInfo

java.lang.Object
  extended bycom.limegroup.gnutella.update.AbstractRemoteUpdateInfo
      extended bycom.limegroup.gnutella.update.ClientRemoteUpdateInfo

public final class ClientRemoteUpdateInfo
extends AbstractRemoteUpdateInfo

Handles the client-side representation of an AbstractRemoteUpdateInfo object, which reconstructs the data for the update created on the server side. This parses that information and creates the appropriate Updator object based on the data.


Field Summary
 
Fields inherited from class com.limegroup.gnutella.update.AbstractRemoteUpdateInfo
DIRECTIVE, DISPLAY_MESSAGE_STRING, MESSAGE_TO_DISPLAY, NO_UPDATE_STRING, OPEN_WEB_PAGE_STRING, UPDATE_ADS_STRING, UPDATE_CLASSPATH, UPDATE_JAR_STRING, UPDATE_MAIN_CLASS, UPDATE_URL
 
Constructor Summary
ClientRemoteUpdateInfo()
          Constructor taking no arguments for use in constructing the AbstractRemoteUpdateInfo object on the client side.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClientRemoteUpdateInfo

public ClientRemoteUpdateInfo()
Constructor taking no arguments for use in constructing the AbstractRemoteUpdateInfo object on the client side.

Method Detail

toString

public java.lang.String toString()