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

All Known Implementing Classes:
GrouperHookType

public interface GrouperHookTypeInterface

Each hook type implements this interface


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

Method Detail

getPropertyFileKey

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

Returns:
the propertyFileKey

getBaseClass

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

Returns:
the baseClass