Package com.pnfsoftware.jeb.core.properties.impl
package com.pnfsoftware.jeb.core.properties.impl
Public concrete implementations and utilities for the
core.properties abstractions.-
ClassDescriptionWraps an Apache Commons Configuration v2 object as an
IConfiguration.In-memoryIConfigurationimplementation backed by a hash map.Record property changes without applying them, nor notifying listeners, until a call toPropertyChangeObject.commit()is made.Recorded property change entry.Convenience trigger reacting to changes affecting a boolean property.Convenience trigger reacting to changes affecting an integer property.Convenience trigger reacting to changes affecting a string property.StandardIPropertyDefinitionimplementation.Standard implementation ofIPropertyDefinitionManager.Size hint for clients rendering a property.Standard implementation ofIPropertyManagerusing one or more property definition managers (PDMs) to define legal properties.Boolean property type.Integer property type with optional range constraints.Path-oriented string property type.Specialized integer property type offering a fixed selection of labeled values.Builder used to define a selection property type.One selectable entry of a selection property type.String property type with optional length constraints.Utility routines for properties, property managers, and property definition managers.SimpleIPropertyManagerimplementation that directly reads and writes anIConfigurationwithout using a property definition manager.