Package peersim.config

Configuration management.

See:
          Description

Class Summary
CheckConfig This is utility tool that checks whether a config file can be loaded or not, without actually performing the simulation.
ConfigContainer This class is the container for the configuration data used in Configuration; see that class for more information.
ConfigProperties Class for handling configuration files.
Configuration Fully static class to store configuration information.
FastConfig Reads configuration regarding relations between protocols.
NullPrintStream A subclass of PrintStream whose methods ignore the content being written.
Operators This class implements the Group interface of JEP, enabling the configuration system to read integers with arbitrary length.
ParsedProperties Extends the class ConfigProperties with basic parsing capabilities.
 

Exception Summary
IllegalParameterException Exception thrown to indicate that a configuration property has an invalid value.
MissingParameterException Exception thrown to indicate that a configuration property is not defined.
 

Package peersim.config Description

Configuration management. It contains classes that read, store and to some extent process the system-wide configuration of the simulation.

The two main classes are Configuration, that actually stores the configuration and allows any class to read it, and ParsedProperties that is used to read configuration from a properties file and the command line, to initialize Configuration.