jrunx.connectorinstaller
Class ConnectorInstaller

java.lang.Object
  |
  +--jrunx.connectorinstaller.ConnectorInstaller

public class ConnectorInstaller
extends java.lang.Object

Connector installer for JRun 4.0.

Version:
JRun version 4.0
Author:
Carol Frampton (cframpton@macromedia.com)

Field Summary
static int FATAL_ERROR_EXIT
           
static int NORMAL_EXIT
           
 
Constructor Summary
ConnectorInstaller(java.util.Properties p)
          constructor specifying parameters in a properties object
ConnectorInstaller(java.util.Properties defaults, java.lang.String propertyFile)
          constructor with property file
 
Method Summary
static void main(java.lang.String[] args)
          main method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NORMAL_EXIT

public static final int NORMAL_EXIT

FATAL_ERROR_EXIT

public static final int FATAL_ERROR_EXIT
Constructor Detail

ConnectorInstaller

public ConnectorInstaller(java.util.Properties p)
                   throws java.lang.Exception,
                          ConnectorInstallerException
constructor specifying parameters in a properties object
Parameters:
p - Command line arguments
Throws:
ConnectorInstallerException - if error with parameter

ConnectorInstaller

public ConnectorInstaller(java.util.Properties defaults,
                          java.lang.String propertyFile)
                   throws java.io.FileNotFoundException,
                          java.io.IOException,
                          ConnectorInstallerException,
                          java.lang.Exception
constructor with property file
Parameters:
defaults - are the default parameters
propertyFile - is name of the file containing all the properties needed to install connector
Throws:
ConnectorInstallerException - if error with param or missing param
Method Detail

main

public static void main(java.lang.String[] args)
main method.


Copyright � 2002 Macromedia Corporation. All Rights Reserved.