Class TopicFinder


  • public class TopicFinder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TopicFinder()  
    • Method Summary

      Modifier and Type Method Description
      static java.util.List<Topic> getFileTopics​(java.nio.file.Path topicScope)  
      static java.util.List<Topic> getHeaderTopics​(java.nio.file.Path baseTopicPath)  
      static java.util.List<Topic> getTopicList​(java.nio.file.Path baseTopicPath)  
      • Methods inherited from class java.lang.Object

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

      • TopicFinder

        public TopicFinder()
    • Method Detail

      • getTopicList

        public static java.util.List<Topic> getTopicList​(java.nio.file.Path baseTopicPath)
      • getHeaderTopics

        public static java.util.List<Topic> getHeaderTopics​(java.nio.file.Path baseTopicPath)
      • getFileTopics

        public static java.util.List<Topic> getFileTopics​(java.nio.file.Path topicScope)