Package org.apache.isis.core.commons.config

Defines the IsisConfiguration which collects an immutable set of configuration options (like a hashmap), along with a number of supporting classes.

See: Description

Package org.apache.isis.core.commons.config Description

Defines the IsisConfiguration which collects an immutable set of configuration options (like a hashmap), along with a number of supporting classes.

Chief among these supporting classes is org.apache.isis.core.commons.config.ConfigurationBuilder, which holds a (mutable) collection of properties and is used to build an IsisConfiguration. The org.apache.isis.core.commons.config.ConfigurationBuilder and IsisConfiguration types form an mutable/immutable pair (cf StringBuilder / String).

The org.apache.isis.core.commons.config.ConfigurationBuilder is used by InstallerAbstract, an implementation of Installer that allows the configuration to be added to as each component is installed.

Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.