Package com.pnfsoftware.jeb.core.properties.impl
package com.pnfsoftware.jeb.core.properties.impl
Standard implementation of the
properties
set of interfaces.-
ClassDescriptionThis class wraps Apache Commons Configuration v2 objects.Configuration implementation where objects are stored in a hash-map in memory.Record property changes without applying them (nor notifying listeners), until a call to
PropertyChangeObject.commit()
is made.Change trigger for boolean properties.Change trigger for integer properties.Change trigger for string properties.Definition of a property.Standard implementation of a property definitions manager (PDM).Size hint for clients rendering a property.Standard implementation of a property manager (PM) using one or more definition managers (PDM) to define legal properties.Boolean property type.Integer property type with constraints.Path (custom string) property type.Specialized type of integer property offering a selection of string-based values.String property type.Utility routines for properties, property managers, and property definition managers.Simple implementation of aIPropertyManager
that does not use aPDM
.