-
public interface LicensesReportsContainer
-
-
Method Summary
Modifier and Type Method Description abstract Unitcsv(Action<LicensesReport> config)abstract Unitcsv(Closure<LicensesReport> config)abstract Unithtml(Action<CustomizableHtmlReport> config)abstract Unithtml(Closure<CustomizableHtmlReport> config)abstract Unitjson(Action<LicensesReport> config)abstract Unitjson(Closure<LicensesReport> config)abstract Unitmarkdown(Action<LicensesReport> config)abstract Unitmarkdown(Closure<LicensesReport> config)abstract Unittext(Action<LicensesReport> config)abstract Unittext(Closure<LicensesReport> config)abstract Unitxml(Action<LicensesReport> config)abstract Unitxml(Closure<LicensesReport> config)abstract Unitcustom(Action<CustomizableReport> config)abstract Unitcustom(Closure<CustomizableReport> config)abstract List<LicensesReport>getAll()abstract LicensesReportgetCsv()abstract CustomizableHtmlReportgetHtml()abstract LicensesReportgetJson()abstract LicensesReportgetMarkdown()abstract LicensesReportgetText()abstract LicensesReportgetXml()abstract CustomizableReportgetCustom()-
-
Method Detail
-
csv
abstract Unit csv(Action<LicensesReport> config)
-
csv
abstract Unit csv(Closure<LicensesReport> config)
-
html
abstract Unit html(Action<CustomizableHtmlReport> config)
-
html
abstract Unit html(Closure<CustomizableHtmlReport> config)
-
json
abstract Unit json(Action<LicensesReport> config)
-
json
abstract Unit json(Closure<LicensesReport> config)
-
markdown
abstract Unit markdown(Action<LicensesReport> config)
-
markdown
abstract Unit markdown(Closure<LicensesReport> config)
-
text
abstract Unit text(Action<LicensesReport> config)
-
text
abstract Unit text(Closure<LicensesReport> config)
-
xml
abstract Unit xml(Action<LicensesReport> config)
-
xml
abstract Unit xml(Closure<LicensesReport> config)
-
custom
abstract Unit custom(Action<CustomizableReport> config)
-
custom
abstract Unit custom(Closure<CustomizableReport> config)
-
getAll
@Internal() abstract List<LicensesReport> getAll()
-
getCsv
@Internal() abstract LicensesReport getCsv()
-
getHtml
@Internal() abstract CustomizableHtmlReport getHtml()
-
getJson
@Internal() abstract LicensesReport getJson()
-
getMarkdown
@Internal() abstract LicensesReport getMarkdown()
-
getText
@Internal() abstract LicensesReport getText()
-
getXml
@Internal() abstract LicensesReport getXml()
-
getCustom
@Internal() abstract CustomizableReport getCustom()
-
-
-
-