| Package | Description |
|---|---|
| com.vladium.emma.report | |
| com.vladium.util |
| Modifier and Type | Class and Description |
|---|---|
private static class |
ReportProperties.ReportPropertyMapper |
| Modifier and Type | Field and Description |
|---|---|
static IProperties.IMapper |
ReportProperties.REPORT_PROPERTY_MAPPER |
| Modifier and Type | Field and Description |
|---|---|
private IProperties.IMapper |
IProperties.Factory.PropertiesImpl.m_mapper |
| Modifier and Type | Method and Description |
|---|---|
static IProperties |
IProperties.Factory.create(IProperties.IMapper mapper)
Creates an empty IProperties set with an optional property mapper.
|
static IProperties |
IProperties.Factory.wrap(java.util.Properties properties,
IProperties.IMapper mapper)
Converts a java.util.Properties instance to an IProperties instance,
with an optional property mapper.
|
| Constructor and Description |
|---|
IProperties.Factory.PropertiesImpl(java.util.HashMap values,
IProperties.IMapper mapper) |