edu.internet2.middleware.grouper.app.gsh
Class registryInstall

java.lang.Object
  extended by edu.internet2.middleware.grouper.app.gsh.registryInstall

public class registryInstall
extends Object

Install default data in the registry if it is not already there

Since:
0.0.1
Version:
$Id: registryInstall.java,v 1.1 2008-09-13 03:16:54 mchyzer Exp $
Author:
blair christensen.

Constructor Summary
registryInstall()
           
 
Method Summary
static String invoke(bsh.Interpreter i, bsh.CallStack stack)
          Install default data in the registry if it is not already there

 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

registryInstall

public registryInstall()
Method Detail

invoke

public static String invoke(bsh.Interpreter i,
                            bsh.CallStack stack)
Install default data in the registry if it is not already there

Parameters:
i - BeanShell interpreter.
stack - BeanShell call stack.
Returns:
True if succeeds.
Since:
0.0.1