Class SyspropsMapWrapper

java.lang.Object
org.apache.sshd.common.SyspropsMapWrapper
All Implemented Interfaces:
Map<String,Object>

public final class SyspropsMapWrapper extends Object implements Map<String,Object>
A wrapper that exposes a read-only Map access to the system properties. Any attempt to modify it will throw UnsupportedOperationException. The mapper uses the SYSPROPS_MAPPED_PREFIX to filter and access' only these properties, ignoring all others