Uses of Class
org.apache.creadur.whisker.model.Descriptor
Packages that use Descriptor
Package
Description
High level application components.
Audits source against meta-data.
Uses Apache Velocity
templating engine to generate reports.
-
Uses of Descriptor in org.apache.creadur.whisker.app
Methods in org.apache.creadur.whisker.app with parameters of type DescriptorModifier and TypeMethodDescriptionabstract AbstractEngineAbstractEngine.generate(Descriptor work, ResultWriterFactory writerFactory, Configuration configuration) Writes legal documents. -
Uses of Descriptor in org.apache.creadur.whisker.app.analysis
Methods in org.apache.creadur.whisker.app.analysis that return DescriptorModifier and TypeMethodDescriptionLicenseAnalyst.validate(Descriptor work) Checks the descriptor against the source directories.Methods in org.apache.creadur.whisker.app.analysis with parameters of type DescriptorModifier and TypeMethodDescriptionLicenseAnalyst.analyse(Descriptor work) Discover discrepancies between meta-data and source directories.LicenseAnalyst.validate(Descriptor work) Checks the descriptor against the source directories. -
Uses of Descriptor in org.apache.creadur.whisker.fromxml
Methods in org.apache.creadur.whisker.fromxml that return DescriptorModifier and TypeMethodDescriptionJDomBuilder.build(InputStream xmlStream) JDomBuilder.build(org.jdom2.Document document) Builds work from the given document. -
Uses of Descriptor in org.apache.creadur.whisker.out.velocity
Methods in org.apache.creadur.whisker.out.velocity with parameters of type DescriptorModifier and TypeMethodDescriptionfinal AbstractEngineLoggingVelocityEngine.generate(Descriptor work, ResultWriterFactory writerFactory, Configuration configuration) Generates documents, and writes results using given factory.final voidVelocityReports.generate(Descriptor work, Configuration configuration) Reports on work.Constructors in org.apache.creadur.whisker.out.velocity with parameters of type DescriptorModifierConstructorDescriptionRenderingHelper(Descriptor work, Configuration configuration) Constructs a helper for the given work and configuration.