@Singleton
public class HtmlUtilities
extends java.lang.Object
Constructor and Description |
---|
HtmlUtilities(dagger.Lazy<Formatters> formatters,
dagger.Lazy<HtmlTables> htmlTables,
dagger.Lazy<Graphs> graphs,
dagger.Lazy<Accordions> accordions,
dagger.Lazy<AnalysisPluginsTabContentCreator> analysisPluginsTabContentCreator) |
Modifier and Type | Method and Description |
---|---|
Accordions |
getAccordions() |
AnalysisPluginsTabContentCreator |
getAnalysisPluginsTabContentCreator() |
Formatters |
getFormatters() |
Graphs |
getGraphs() |
HtmlTables |
getHtmlTables() |
@Inject public HtmlUtilities(dagger.Lazy<Formatters> formatters, dagger.Lazy<HtmlTables> htmlTables, dagger.Lazy<Graphs> graphs, dagger.Lazy<Accordions> accordions, dagger.Lazy<AnalysisPluginsTabContentCreator> analysisPluginsTabContentCreator)
public Formatters getFormatters()
public HtmlTables getHtmlTables()
public Graphs getGraphs()
public Accordions getAccordions()
public AnalysisPluginsTabContentCreator getAnalysisPluginsTabContentCreator()