The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

EJBCA::CrlPublish::Config

SYNOPSIS

Loads and queries the contents of configuration files.

All functions should be called as class methods.

CONFIG VALUE METHODS

$class->configValue( $section, $name )

$class->configValue( $section, $name, $value )

Sets or retrieves a single value in a specific section.

$class->applySection( $section, $target )

Applies each attribute in the given section to the given target, by calling $target->attributeName( attributeValue ).

DATA IMPORT METHOD

$class->importAllFiles( $directory )

Reads all of the config files in the given directory and stores their contents using the configValue method described above.

AUTHOR

Kevin Cody-Little <kcody@cpan.org>