jpl.mipl.mdms.FileService.komodo.client
Class BaseClient

java.lang.Object
  extended by 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

Field Summary
protected  String _batchFile
           
protected  boolean _exitAfterBatch
           
protected  boolean _silent
           
protected  boolean _ssl
           
 
Constructor Summary
BaseClient(String[] args)
          Constructor, accepts string array object which contains command line arguments
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_batchFile

protected String _batchFile

_silent

protected boolean _silent

_exitAfterBatch

protected boolean _exitAfterBatch

_ssl

protected boolean _ssl
Constructor Detail

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