Package org.apache.maven.surefire.booter
Interface KeyValueSource
-
- All Known Implementing Classes:
PropertiesWrapper
,SurefireProperties
public interface KeyValueSource
A key-value source obeying the geneal constrains of java.util.Properties
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
copyTo(java.util.Map<java.lang.Object,java.lang.Object> target)
-