Uses of Class
org.apache.maven.jxr.JxrException
Packages that use JxrException
-
Uses of JxrException in org.apache.maven.jxr
Methods in org.apache.maven.jxr that throw JxrExceptionModifier and TypeMethodDescriptionprivate voidDirectoryIndexer.doVelocity(String templateName, String outDir, org.apache.velocity.VelocityContext context, org.apache.velocity.app.VelocityEngine engine) voidDirectoryIndexer.process()Does the actual indexing.voidJXR.xref(List<String> sourceDirs, String templateDir, String windowTitle, String docTitle, String bottom) Performs the cross-referencing. -
Uses of JxrException in org.apache.maven.plugin.jxr
Methods in org.apache.maven.plugin.jxr that throw JxrExceptionModifier and TypeMethodDescriptionprivate voidAbstractJxrReport.createXref(Locale locale, String destinationDirectory, List<String> sourceDirs) Creates the Xref for the Java files found in the given source directory and puts them in the given destination directory.