Uses of Interface
com.pnfsoftware.jeb.core.properties.IConfiguration
Packages that use IConfiguration
Package
Description
Data Access Objects types used by the back-end engines to access artifact files, project files,
configuration files, and so on.
Simple implementations DAOs that can be instantiated by clients.
Types defining configuration objects, property definition manager, and property manager.
Standard implementation of the
properties
set of interfaces.-
Uses of IConfiguration in com.pnfsoftware.jeb.core.dao
Methods in com.pnfsoftware.jeb.core.dao that return IConfiguration -
Uses of IConfiguration in com.pnfsoftware.jeb.core.dao.impl
Fields in com.pnfsoftware.jeb.core.dao.impl declared as IConfigurationMethods in com.pnfsoftware.jeb.core.dao.impl that return IConfigurationModifier and TypeMethodDescriptionDataProvider.getConfiguration()
DataProviderAdapter.getConfiguration()
Constructors in com.pnfsoftware.jeb.core.dao.impl with parameters of type IConfigurationModifierConstructorDescriptionDataProvider
(IUserDatabase userdb, IFileDatabase projectdb, IFileStore filestore, IFileStore pluginstore, IApplicationDatabase appdb, IConfiguration config) -
Uses of IConfiguration in com.pnfsoftware.jeb.core.properties
Methods in com.pnfsoftware.jeb.core.properties that return IConfigurationModifier and TypeMethodDescriptionIPropertyManager.getConfiguration()
Get the configuration object. -
Uses of IConfiguration in com.pnfsoftware.jeb.core.properties.impl
Classes in com.pnfsoftware.jeb.core.properties.impl that implement IConfigurationModifier and TypeClassDescriptionclass
This class wraps Apache Commons Configuration v2 objects.class
Configuration implementation where objects are stored in a hash-map in memory.Methods in com.pnfsoftware.jeb.core.properties.impl that return IConfigurationModifier and TypeMethodDescriptionPropertyManager.getConfiguration()
SimplePropertyManager.getConfiguration()
Constructors in com.pnfsoftware.jeb.core.properties.impl with parameters of type IConfigurationModifierConstructorDescriptionConfigurationMemoryMap
(IConfiguration template) PropertyManager
(IPropertyDefinitionManager pdm, IConfiguration config) Create a property manager without a master PM.PropertyManager
(IPropertyDefinitionManager pdm, IConfiguration config, IPropertyManager master) Create a property manager, attach it to a PDM.SimplePropertyManager
(IConfiguration config)