Class AbstractBuilder

    • Method Detail

      • concat

        protected String concat​(String value,
                                int num)
      • getProperty

        protected String getProperty​(String name)
      • getProperty

        protected String getProperty​(String name,
                                     int num)
      • containsProperty

        protected boolean containsProperty​(String name,
                                           int num)
      • getPropertyAsBoolean

        protected boolean getPropertyAsBoolean​(String name,
                                               int num)
      • getPropertyAsInteger

        protected int getPropertyAsInteger​(String name,
                                           int num)
      • getPropertyAsLong

        protected long getPropertyAsLong​(String name,
                                         int num)