Class App


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

      Constructors 
      Modifier Constructor Description
      protected App​(Faker faker)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String author()  
      java.lang.String name()  
      java.lang.String version()  
      • Methods inherited from class java.lang.Object

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

      • App

        protected App​(Faker faker)
    • Method Detail

      • name

        public java.lang.String name()
      • version

        public java.lang.String version()
      • author

        public java.lang.String author()