Class HotswapProperties

  • All Implemented Interfaces:
    Serializable, Cloneable, Map<Object,​Object>

    public class HotswapProperties
    extends Properties
    HotswapAgent Properties implementation.

    Scan property values for system variable reference in form of ${sys_var_xy} and replace it with appropriate system variable value example: hotswap-agent.properties: extraClasspath=${extra.class.path} jvm argument: -Dextra.class.path=/project_extra_class_path result: extraClasspath=/project_extra_class_path

    See Also:
    Serialized Form