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