Class JavadocMojo.GatherManifestVisitor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Set<java.io.File> manifestFiles  
    • 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)  
      • Methods inherited from class java.lang.Object

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

      • manifestFiles

        private final java.util.Set<java.io.File> manifestFiles
    • Constructor Detail

      • GatherManifestVisitor

        private GatherManifestVisitor()
    • Method Detail

      • getManifestFiles

        public java.util.Set<java.io.File> getManifestFiles()