PropertiesConfiguration(boolean) constructor

Subclasses of PropertiesConfiguration should call this constructor with false as the doBootstrap argument.

Syntax

PropertiesConfiguration ( boolean doBootstrap )

Usage

This will allow the subclasses constructor to call

automaticBootstrap()

to perform bootstrapping.