public class ConfigReader extends Object
ConfigHelper)| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_GIT_AUTOVER_CONF_XML
the default configuration file name.
|
static String |
GIT_AUTOVER_CONF_PROPERTY
the git autover conf property.
|
static String |
GIT_AUTOVER_CONF_XML
the configuration file name.
|
| Constructor and Description |
|---|
ConfigReader() |
| Modifier and Type | Method and Description |
|---|---|
AutoverConfigDecorator |
readConfig(Properties systemProperties,
File multiModuleProjectDir)
Read the configuration to be used or return the default configuration.
|
void |
setLogger(org.codehaus.plexus.logging.Logger value)
Setter.
|
public static final String DEFAULT_GIT_AUTOVER_CONF_XML
public static final String GIT_AUTOVER_CONF_XML
public static final String GIT_AUTOVER_CONF_PROPERTY
public AutoverConfigDecorator readConfig(Properties systemProperties, File multiModuleProjectDir) throws IOException, JAXBException, SAXException
systemProperties - the system properties - from maven sessionmultiModuleProjectDir - the module project dir - from maven sessionJAXBException - xml parsing problemSAXException - xml parsing problemIOException - for io problemspublic void setLogger(org.codehaus.plexus.logging.Logger value)
value - the loggerCopyright © 2020. All rights reserved.