jpl.mipl.mdms.FileService.komodo.client
Class BaseClient
java.lang.Object
jpl.mipl.mdms.FileService.komodo.client.BaseClient
- Direct Known Subclasses:
- Administrator, GeneralClient
public class BaseClient
- extends Object
Komodo client initialization: parse command line arguments, initialize help
- Version:
- $Id: BaseClient.java,v 1.13 2008/04/14 21:27:05 ntt Exp $
- Author:
- G. Turek, T. Huang
|
Constructor Summary |
BaseClient(String[] args)
Constructor, accepts string array object which contains command line
arguments |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_batchFile
protected String _batchFile
_silent
protected boolean _silent
_exitAfterBatch
protected boolean _exitAfterBatch
_ssl
protected boolean _ssl
BaseClient
public BaseClient(String[] args)
throws IOException,
Exception
- Constructor, accepts string array object which contains command line
arguments
- Parameters:
args - The command line arguments
- Throws:
IOException - when I/O failure
Exception - when general failure