Class QuestionQueries


  • public final class QuestionQueries
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static QuestionQuery ALL  
    • Method Summary

      Modifier and Type Method Description
      static QuestionQuery allFromDirectory​(java.lang.String path)  
      static QuestionQuery allWithKeyword​(java.lang.String word)  
      static QuestionQuery allWithTag​(java.lang.String tag)  
      • Methods inherited from class java.lang.Object

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

      • allFromDirectory

        public static QuestionQuery allFromDirectory​(java.lang.String path)
      • allWithTag

        public static QuestionQuery allWithTag​(java.lang.String tag)
      • allWithKeyword

        public static QuestionQuery allWithKeyword​(java.lang.String word)