Class SurefireProperties

java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
org.apache.maven.plugin.surefire.SurefireProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>, org.apache.maven.surefire.booter.KeyValueSource

public class SurefireProperties extends Properties implements org.apache.maven.surefire.booter.KeyValueSource
A properties implementation that preserves insertion order.
See Also:
  • Constructor Details

    • SurefireProperties

      public SurefireProperties()
    • SurefireProperties

      public SurefireProperties(Properties source)
    • SurefireProperties

      public SurefireProperties(org.apache.maven.surefire.booter.KeyValueSource source)
  • Method Details