Class InitConfig


  • public class InitConfig
    extends Object
    Configuration for initializing newly instantiated Box extension classes.
    Author:
    Charles Draper
    • Constructor Detail

      • InitConfig

        public InitConfig()
        Creates a new blank InitConfig.
      • InitConfig

        public InitConfig​(Box box,
                          Source source)
        Creates a new InitConfig initialized with the given box and source.
        Parameters:
        box - the box object
        source - the source
    • Method Detail

      • getBox

        public Box getBox()
        Returns the box object.
        Returns:
        the box
      • setBox

        public void setBox​(Box box)
        Sets the box object.
        Parameters:
        box - the box to set
      • getSource

        public Source getSource()
        Returns the source.
        Returns:
        the source
      • setSource

        public void setSource​(Source source)
        Sets the source.
        Parameters:
        source - the source to set
      • getSourceName

        public String getSourceName()
        Returns the source name.
        Returns:
        the sourceName