Class FaqEntry


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

      Constructors 
      Constructor Description
      FaqEntry​(java.nio.file.Path faqPath, java.lang.String title)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.nio.file.Path getFaqPath()  
      java.lang.String getTitle()  
      • Methods inherited from class java.lang.Object

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

      • FaqEntry

        public FaqEntry​(java.nio.file.Path faqPath,
                        java.lang.String title)
    • Method Detail

      • getTitle

        public java.lang.String getTitle()
      • getFaqPath

        public java.nio.file.Path getFaqPath()