ncsa.tools.trebuchet.core.clients
Class VerifyClient

java.lang.Object
  extended byncsa.tools.trebuchet.core.clients.VerifyClient
All Implemented Interfaces:
IClient, IConfigurable, IVerifyingClient
Direct Known Subclasses:
FileVerifyClient, GridftpVerifyClient, ResourceVerifyClient, SSHVerifyClient, WebdavVerifyClient

public abstract class VerifyClient
extends java.lang.Object
implements IVerifyingClient


Constructor Summary
VerifyClient()
           
 
Method Summary
 void close()
           
 void initialize(TrebuchetConfiguration configuration)
           
 void setConnection(java.net.URI connection)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ncsa.tools.trebuchet.core.IVerifyingClient
exists, isDirectory, isFile
 

Constructor Detail

VerifyClient

public VerifyClient()
Method Detail

initialize

public void initialize(TrebuchetConfiguration configuration)
                throws InitializationException
Specified by:
initialize in interface IConfigurable
Throws:
InitializationException

close

public void close()
Specified by:
close in interface IClient

setConnection

public void setConnection(java.net.URI connection)