Package edu.uiuc.ncsa.security.core.configuration
Sec-Lib's configuration package. This provides a mechanism for using an XML file for your
configuration. It supports multiple-inheritance of configurations, aliases and includes for
other configurations which permits industrial-strength configuration management.
Created by Jeff Gaynor
on 4/18/23 at 6:16 AM
-
Interface Summary Interface Description ConfigurationTags Marker interface for configuration tag constants, i.e.StorageConfigurationTags A collection of tags for configuration files. -
Class Summary Class Description EnvEntry EnvironmentProcessor This class does the work of taking a raw configuration file, possibly with environment elements, snooping the lines for the environment tags, and resolving them It will create the environment for a single document.EnvStack<T extends EnvTable<? extends SKey,? extends EnvEntry>> EnvTable<K extends SKey,V extends EnvEntry> NSProperties In addition to the abilities of XProperties this allows for Basic but extremely useful namespace support.XProperties A subclass of java.util.Properties with many, many features.