JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.maven.surefire.booter
KeyValueSource
Contents
Description
Method Summary
Method Details
copyTo(Map)
Hide sidebar
Show sidebar
Interface KeyValueSource
All Known Implementing Classes:
PropertiesWrapper
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
(
Map
<
Object
,
Object
> target)
Method Details
copyTo
void
copyTo
(
Map
<
Object
,
Object
> target)