public class DefaultChangeLogEntryProvider extends Object implements ChangeLogEntryProvider
| Constructor and Description |
|---|
DefaultChangeLogEntryProvider()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.apache.commons.configuration.Configuration config)
Reads the entries for each release from XML configuration
|
Iterator<String> |
getChangeLogEntries(Release release)
Returns the additional log entries
|
public DefaultChangeLogEntryProvider()
public Iterator<String> getChangeLogEntries(Release release)
getChangeLogEntries in interface ChangeLogEntryProviderrelease - - the release where data needs to be collected.ChangeLogEntryProvider.getChangeLogEntries(b4j.report.Release)public void configure(org.apache.commons.configuration.Configuration config)
throws org.apache.commons.configuration.ConfigurationException
configure in interface Configurableconfig - - configuration objectorg.apache.commons.configuration.ConfigurationException - - when configuration failsConfigurable.configure(org.apache.commons.configuration.Configuration)Copyright © 2012. All Rights Reserved.