| Type | Name and description | 
|---|---|
TextReportRenderer<T> | 
                            renderer(org.gradle.reporting.ReportRenderer<T, SimpleHtmlWriter> renderer) | 
                        
TextReportRenderer<T> | 
                            renderer(TextReportRendererImpl<T> renderer) | 
                        
void | 
                            requireResource(URL resource) | 
                        
static String | 
                            substringAfterLast(String string, String separator)Returns the substring of a string that follows the last occurence of a separator.  | 
                        
Returns the substring of a string that follows the last occurence of a separator.
Largely replicated and slightly updated from the
 apache.commons.lang.StringUtils method of the same name.
     
string -     the String to get a substring from, may not be nullseparator -  the String to search for, may not be null