Uses of Class
org.apache.creadur.whisker.app.analysis.LicenseAnalyst
Packages that use LicenseAnalyst
Package
Description
High level application components.
Audits source against meta-data.
Uses Apache Velocity
templating engine to generate reports.
-
Uses of LicenseAnalyst in org.apache.creadur.whisker.app
Methods in org.apache.creadur.whisker.app with parameters of type LicenseAnalystModifier and TypeMethodDescriptionabstract AbstractEngine
AbstractEngine.validate
(LicenseAnalyst analyst, ResultWriterFactory writerFactory, Configuration configuration) Reports validations. -
Uses of LicenseAnalyst in org.apache.creadur.whisker.app.analysis
Methods in org.apache.creadur.whisker.app.analysis that return LicenseAnalystModifier and TypeMethodDescriptionLicenseAnalyst.analyse
(Descriptor work) Discover discrepancies between meta-data and source directories. -
Uses of LicenseAnalyst in org.apache.creadur.whisker.out.velocity
Methods in org.apache.creadur.whisker.out.velocity with parameters of type LicenseAnalystModifier and TypeMethodDescriptionfinal AbstractEngine
LoggingVelocityEngine.validate
(LicenseAnalyst analyst, ResultWriterFactory writerFactory, Configuration configuration) Generates a validation report, and writes result using given factory.final void
VelocityReports.validate
(LicenseAnalyst analyst) Reports on analysis.