All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.payment.Installer

java.lang.Object
   |
   +----semper.payment.Installer

public class Installer
extends Object
implements BlockInstallHook
Installer hook for the payment block. This class implements the payment block-specific checks and actions that need to be done when a module is being installed in the payment block. It is used only by the SEMPER Installer.

Version:
$Revision: 1.1 $ $Date: 1997/04/25 12:29:06 $
Author:
N. Asokan ([email protected])
See Also:
Installer

Constructor Index

 o Installer()
Constructor without arguments

Method Index

 o checkProperties(Properties)
Sanity check a properties file in a distribution.
 o install(Properties, String)
Install hook for the payment block.
 o uninstall(Properties)
Uninstall hook for the payment block

Constructors

 o Installer
 public Installer()
Constructor without arguments

Methods

 o install
 public void install(Properties props,
                     String pathname)
Install hook for the payment block. Currently the following actions are taken:
 o uninstall
 public void uninstall(Properties props)
Uninstall hook for the payment block

Parameters:
props - Properties object with which the module was installed
 o checkProperties
 public boolean checkProperties(Properties props)
Sanity check a properties file in a distribution. Currently, the following checks are performed:

Parameters:
props - Properties object initialised from a properties file in a module distribution
Returns:
true/false

All Packages  Class Hierarchy  This Package  Previous  Next  Index