Class JavadocMojo.GatherClasspathVisitor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Set<java.lang.String> classPath  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private BundleProject getBundleProject​(org.apache.maven.project.MavenProject project)  
      java.util.Set<java.lang.String> getClassPath()  
      void visit​(org.apache.maven.project.MavenProject project)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • classPath

        private final java.util.Set<java.lang.String> classPath
    • Constructor Detail

      • GatherClasspathVisitor

        private GatherClasspathVisitor()
    • Method Detail

      • getBundleProject

        private BundleProject getBundleProject​(org.apache.maven.project.MavenProject project)
                                        throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
      • visit

        public void visit​(org.apache.maven.project.MavenProject project)
                   throws org.apache.maven.plugin.MojoExecutionException
        Specified by:
        visit in interface JavadocMojo.ProjectVisitor
        Throws:
        org.apache.maven.plugin.MojoExecutionException
      • getClassPath

        public java.util.Set<java.lang.String> getClassPath()