Package peersim.config

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.