Class JavadocMojo.GatherManifestVisitor
- java.lang.Object
-
- org.eclipse.tycho.extras.docbundle.JavadocMojo.GatherManifestVisitor
-
- All Implemented Interfaces:
JavadocMojo.ProjectVisitor
- Enclosing class:
- JavadocMojo
private class JavadocMojo.GatherManifestVisitor extends java.lang.Object implements JavadocMojo.ProjectVisitor
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Set<java.io.File>
manifestFiles
-
Constructor Summary
Constructors Modifier Constructor Description private
GatherManifestVisitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.io.File>
getManifestFiles()
void
visit(org.apache.maven.project.MavenProject project)
-
-
-
Method Detail
-
visit
public void visit(org.apache.maven.project.MavenProject project)
- Specified by:
visit
in interfaceJavadocMojo.ProjectVisitor
-
getManifestFiles
public java.util.Set<java.io.File> getManifestFiles()
-
-