Class registryInstall

java.lang.Object
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 $
  • Constructor Details

    • registryInstall

      public registryInstall()
  • Method Details

    • 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
    • invoke

      public static String invoke(GrouperSession grouperSession)
      Install default data in the registry if it is not already there

      Parameters:
      grouperSession -
      Returns:
      True if succeeds.