Interface KeyValueSource

  • All Known Implementing Classes:
    PropertiesWrapper, SurefireProperties

    public interface KeyValueSource
    A key-value source obeying the geneal constrains of java.util.Properties
    • Method Detail

      • copyTo

        void copyTo​(java.util.Map<java.lang.Object,​java.lang.Object> target)