edu.internet2.middleware.grouper.hooks.logic
Interface GrouperHookTypeInterface

All Known Implementing Classes:
GrouperHookType

public interface GrouperHookTypeInterface

Each hook type implements this interface


Method Summary
 Class<?> getBaseClass()
          base class for this hook class e.g.
 String getPropertyFileKey()
          property file key for this hook class e.g.
 

Method Detail

getPropertyFileKey

String getPropertyFileKey()
property file key for this hook class e.g. hooks.field.class

Returns:
the propertyFileKey

getBaseClass

Class<?> getBaseClass()
base class for this hook class e.g. FieldHooks.class

Returns:
the baseClass