Class CommonConfig

    • Field Detail

      • COPY_MDIB_INPUT

        public static final String COPY_MDIB_INPUT
        If true any input to an MDIB is copied before stored in the MdibStorage.

        This inhibits the user from changing the data stored in the MdibStorage. Not being able to change the data after writing is at the expense of copying memory!

        See Also:
        Constant Field Values
      • COPY_MDIB_OUTPUT

        public static final String COPY_MDIB_OUTPUT
        If true any output from an MDIB is copied before exposed to the user.

        This inhibits the user from changing the data stored in the MdibStorage. Not being able to change the data while reading is at the expense of copying memory!

        See Also:
        Constant Field Values
    • Constructor Detail

      • CommonConfig

        public CommonConfig()