Uses of Class
edu.internet2.middleware.grouper.app.loader.GrouperLoaderStatus

Packages that use GrouperLoaderStatus
edu.internet2.middleware.grouper.app.loader Grouper loader is a generic loading utility for grouper that automatically manages lists

Documentation is available via the 'Grouper loader' on the Grouper Project wiki https://wiki.internet2.edu/confluence/display/GrouperWG/Grouper+-+Loader 
 

Uses of GrouperLoaderStatus in edu.internet2.middleware.grouper.app.loader
 

Methods in edu.internet2.middleware.grouper.app.loader that return GrouperLoaderStatus
static GrouperLoaderStatus GrouperLoaderStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GrouperLoaderStatus GrouperLoaderStatus.valueOfIgnoreCase(java.lang.String string, boolean exceptionOnNotFound)
          do a case-insensitive matching
static GrouperLoaderStatus[] GrouperLoaderStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.