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

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

public class groupHasType
extends Object

Verify whether a Group has a GroupType.

Since:
0.1.0
Version:
$Id: groupHasType.java,v 1.3 2009-03-15 06:37:23 mchyzer Exp $
Author:
blair christensen.

Constructor Summary
groupHasType()
           
 
Method Summary
static boolean invoke(bsh.Interpreter i, bsh.CallStack stack, String name, String type)
          Verify whether a Group has a GroupType.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

groupHasType

public groupHasType()
Method Detail

invoke

public static boolean invoke(bsh.Interpreter i,
                             bsh.CallStack stack,
                             String name,
                             String type)
                      throws GrouperShellException
Verify whether a Group has a GroupType.

Parameters:
i - BeanShell interpreter.
stack - BeanShell call stack.
name - Name of Group.
type - Name of GroupType.
Returns:
True if Group has GroupType.
Throws:
GrouperShellException
Since:
0.1.0