public class ReleasedConfigurationsReport extends Object
| Constructor and Description |
|---|
ReleasedConfigurationsReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(String configuration,
String status) |
void |
addError(String message,
String ETICSRef) |
void |
addInfo(String message,
String ETICSRef) |
void |
addWarning(String message,
String ETICSRef) |
List<String> |
getAllConfigurationsName() |
String |
getConfigurationStatus(String configuration) |
List<String> |
getUnlockedConfigurationsByNameContains(String nameContains) |
static ReleasedConfigurationsReport |
init(File file) |
static ReleasedConfigurationsReport |
load(File file) |
void |
save() |
public static ReleasedConfigurationsReport init(File file) throws TransformerException, ParserConfigurationException
public static ReleasedConfigurationsReport load(File file) throws ParserConfigurationException, SAXException, IOException
public void addWarning(String message, String ETICSRef) throws XPathExpressionException
XPathExpressionExceptionpublic void addError(String message, String ETICSRef) throws XPathExpressionException
XPathExpressionExceptionpublic void addInfo(String message, String ETICSRef) throws XPathExpressionException
XPathExpressionExceptionpublic List<String> getAllConfigurationsName() throws XPathExpressionException
XPathExpressionExceptionpublic List<String> getUnlockedConfigurationsByNameContains(String nameContains) throws XPathExpressionException
XPathExpressionExceptionpublic String getConfigurationStatus(String configuration) throws XPathExpressionException
XPathExpressionExceptionpublic void save()
throws TransformerException
TransformerExceptionCopyright © 2012. All Rights Reserved.