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 Configurations Utility class for getting configurations and things in them.MultiConfigurations Configuration Utility that allows for inheritance from other configurations For testing this see the MultipleInheritanceTest in the testing harness, which exercises this very well.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.