Class ConfigurationBuilder


  • public class ConfigurationBuilder
    extends Object
    Mutable construction object for new instances of Configuration. Provides defaults for each property if not specified (null) according to the following:
    • executorService - Stay null, none is required and ShrinkWrap will create its own and destroy it when done as needed
    • extensionLoader - A new instance of the service extension loader from shrinkwrap-impl
    Not thread-safe. When done altering properties here, a new configuration may be constructed by calling upon build().
    Version:
    $Revision: $
    Author:
    ALR, Ken Gullaksen