org.purl.sword.client
Interface ClientType

All Known Implementing Classes:
CmdClient

public interface ClientType

Interface for a client. This contains a single method that allows the factory to pass a set of command line options to the client.

Author:
Neil Taylor

Method Summary
 void run(ClientOptions options)
          Run the client, processing the specified options.
 

Method Detail

run

void run(ClientOptions options)
Run the client, processing the specified options.

Parameters:
options - The options extracted from the command line.


Copyright © 2013 DuraSpace. All Rights Reserved.