Class CloudflareScraperInfo


  • public class CloudflareScraperInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String AUTHOR  
      static java.lang.String GITHUB  
      static java.lang.String VERSION  
      static java.lang.String WEBSITE  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getAuthor()  
      static java.lang.String getGitHub()  
      static java.lang.String getVersion()  
      static java.lang.String getWebsite()  
      • Methods inherited from class java.lang.Object

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

      • VERSION

        public static java.lang.String VERSION
      • AUTHOR

        public static java.lang.String AUTHOR
      • WEBSITE

        public static java.lang.String WEBSITE
      • GITHUB

        public static java.lang.String GITHUB
    • Constructor Detail

      • CloudflareScraperInfo

        public CloudflareScraperInfo()
    • Method Detail

      • getVersion

        public static java.lang.String getVersion()
      • getAuthor

        public static java.lang.String getAuthor()
      • getWebsite

        public static java.lang.String getWebsite()
      • getGitHub

        public static java.lang.String getGitHub()