Class JavadocMojo.GatherSourcesVisitor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Set<java.io.File> sourceFolders  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.io.File> getSourceFolders()  
      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

      • sourceFolders

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

      • GatherSourcesVisitor

        private GatherSourcesVisitor()
    • Method Detail

      • getSourceFolders

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