Modifier and Type | Field and Description |
---|---|
protected IProperties |
Processor.m_propertyOverrides |
Modifier and Type | Method and Description |
---|---|
static IProperties |
EMMAProperties.getAppProperties()
Retrieves application properties as classloader resource with a given name.
|
static IProperties |
EMMAProperties.getAppProperties(java.lang.ClassLoader loader) |
static IProperties |
EMMAProperties.wrap(java.util.Properties properties)
Wraps a Properties into a IProperties with the app's standard property
mapping in place.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
Processor._run(IProperties toolProperties) |
static Logger |
AppLoggers.create(java.lang.String appName,
IProperties properties,
Logger base) |
void |
Processor.setPropertyOverrides(IProperties overrides) |
Modifier and Type | Method and Description |
---|---|
protected void |
MergeProcessor._run(IProperties toolProperties) |
static CoverageOptions |
CoverageOptionsFactory.create(IProperties properties) |
Modifier and Type | Method and Description |
---|---|
protected void |
InstrProcessorST._run(IProperties toolProperties) |
Modifier and Type | Method and Description |
---|---|
protected void |
ReportProcessor._run(IProperties toolProperties) |
private static java.lang.String |
ReportProperties.getReportProperty(IProperties properties,
java.lang.String type,
java.lang.String key,
boolean allowBlank) |
private static java.lang.String |
ReportProperties.getReportProperty(IProperties properties,
java.lang.String type,
java.lang.String key,
boolean allowBlank,
java.lang.String dflt) |
void |
AbstractReportGenerator.initialize(IMetaData mdata,
ICoverageData cdata,
SourcePathCache cache,
IProperties properties) |
static ReportProperties.ParsedProperties |
ReportProperties.parseProperties(IProperties properties,
java.lang.String type) |
void |
IReportGenerator.process(IMetaData mdata,
ICoverageData cdata,
SourcePathCache cache,
IProperties parameters) |
Modifier and Type | Method and Description |
---|---|
void |
ReportGenerator.process(IMetaData mdata,
ICoverageData cdata,
SourcePathCache cache,
IProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
ReportGenerator.process(IMetaData mdata,
ICoverageData cdata,
SourcePathCache cache,
IProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
ReportGenerator.process(IMetaData mdata,
ICoverageData cdata,
SourcePathCache cache,
IProperties properties) |
Modifier and Type | Field and Description |
---|---|
private IProperties |
AppRunner.AppRunnerExitHook.m_properties |
private static IProperties |
RT.s_appProperties |
Modifier and Type | Method and Description |
---|---|
static IProperties |
RT.getAppProperties() |
Modifier and Type | Method and Description |
---|---|
protected void |
AppRunner._run(IProperties toolProperties) |
Constructor and Description |
---|
AppRunnerExitHook(Logger log,
boolean dumpRawData,
java.io.File sdataOutFile,
boolean sdataOutMerge,
IMetaData mdata,
ICoverageData cdata,
IReportGenerator[] generators,
SourcePathCache cache,
IProperties properties) |
Modifier and Type | Class and Description |
---|---|
private static class |
IProperties.Factory.PropertiesImpl |
Modifier and Type | Method and Description |
---|---|
static IProperties |
IProperties.Factory.combine(IProperties overrides,
IProperties base)
Combines two property sets by creating a property set that chains 'overrides'
to 'base' for property delegation.
|
IProperties |
IProperties.copy() |
IProperties |
IProperties.Factory.PropertiesImpl.copy() |
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.
|
Modifier and Type | Method and Description |
---|---|
static IProperties |
IProperties.Factory.combine(IProperties overrides,
IProperties base)
Combines two property sets by creating a property set that chains 'overrides'
to 'base' for property delegation.
|