Uses of Class
org.apache.creadur.whisker.scan.Directory
Packages that use Directory
Package
Description
High level application components.
Audits source against meta-data.
Uses Apache Velocity
templating engine to generate reports.
Scans a file system for resources within directories.
-
Uses of Directory in org.apache.creadur.whisker.app
Method parameters in org.apache.creadur.whisker.app with type arguments of type DirectoryModifier and TypeMethodDescriptionabstract AbstractEngineAbstractEngine.report(Collection<Directory> directories, ResultWriterFactory writerFactory, Configuration configuration) Writes a report describing the directories present.abstract AbstractEngineAbstractEngine.skeleton(Collection<Directory> withBase, ResultWriterFactory writerFactory, Configuration configuration) Writes templates to help create meta-data. -
Uses of Directory in org.apache.creadur.whisker.app.analysis
Constructor parameters in org.apache.creadur.whisker.app.analysis with type arguments of type DirectoryModifierConstructorDescriptionLicenseAnalyst(Collection<Directory> directories) Analyse the given directories. -
Uses of Directory in org.apache.creadur.whisker.out.velocity
Method parameters in org.apache.creadur.whisker.out.velocity with type arguments of type DirectoryModifier and TypeMethodDescriptionfinal voidVelocityReports.generateTemplate(Collection<Directory> withBase) Generates template.final AbstractEngineLoggingVelocityEngine.report(Collection<Directory> directories, ResultWriterFactory writerFactory, Configuration configuration) Generates a directories report, and writes result using given factory.final voidVelocityReports.report(Collection<Directory> directories) Generates a directory report.final AbstractEngineLoggingVelocityEngine.skeleton(Collection<Directory> withBase, ResultWriterFactory writerFactory, Configuration configuration) Generates a template, and writes result using given factory. -
Uses of Directory in org.apache.creadur.whisker.scan
Classes in org.apache.creadur.whisker.scan that implement interfaces with type arguments of type DirectoryMethods in org.apache.creadur.whisker.scan that return DirectoryModifier and TypeMethodDescriptionSets the directory name.Methods in org.apache.creadur.whisker.scan that return types with arguments of type DirectoryModifier and TypeMethodDescriptionBuilds description based on given directory.Methods in org.apache.creadur.whisker.scan with parameters of type Directory