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

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

public class GrouperShell
extends Object

Grouper Management Shell.

Since:
0.0.1
Version:
$Id: GrouperShell.java,v 1.18 2009-11-02 03:50:51 mchyzer Exp $
Author:
blair christensen.

Field Summary
static boolean runFromGsh
          if running from GSH
 
Method Summary
static void main(String[] args)
          Run GrouperShell.
static void setOurCommand(bsh.Interpreter i, boolean b)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

runFromGsh

public static boolean runFromGsh
if running from GSH

Method Detail

main

public static void main(String[] args)
Run GrouperShell.
 // Launch GrouperShell in interactive mode
 % gsh.sh

 // Run GrouperShell script
 % gsh.sh script.gsh
 
 // Read commands from STDIN
 % gsh.sh - 
 

Parameters:
args -
Since:
0.0.1

setOurCommand

public static void setOurCommand(bsh.Interpreter i,
                                 boolean b)