Package edu.internet2.middleware.grouper.util

This package contains utility classes (generally static methods)

See:
          Description

Interface Summary
ChangeToVersionCustomizable if changing to or from versions, customize it a bit
GrouperUtil.FieldValuable has fieldValue method
HtmlFilter filter HTML
 

Class Summary
ConfirmDbChange Make sure the user is ok with db changes
ConfirmDbChangePromptOnly Make sure the user is ok with db changes, only display message
GenerateFieldConstants  
GenerateMethodConstants  
GrouperCallable<T>  
GrouperEmail use this chaining utility to send email
GrouperEmailUtils utils about emails
GrouperFuture<T> like a normal future but keeps a reference to the callable, and exceptions are wrapped in RuntimeException
GrouperHtmlFilter default implementation of html filter
GrouperThreadLocalState keep state of thread local to propagate to worker threads
GrouperToStringStyle style for printing out objects
GrouperUtil utility methods for grouper.
GrouperUtilElSafe utility methods for grouper that are safe to use in expression language.
JsonIndenter indent json, assumes the input is not yet indented.
XmlIndenter indent xml, assumes the input is not yet indented.
 

Exception Summary
PropertyDoesNotExistUnchecked unchecked property does not exist exception
 

Package edu.internet2.middleware.grouper.util Description

This package contains utility classes (generally static methods)