public class WorkspaceXmlUtil extends Object
Constructor and Description |
---|
WorkspaceXmlUtil() |
Modifier and Type | Method and Description |
---|---|
static List<String> |
getWorkspaceNames(String xPathExpression,
String expectation)
Create and return list of workspaces names.
|
static List<String> |
getWorkspaceNamesMatching(String xPathExpression) |
static List<String> |
getWorkspaceNamesWithIndexer()
Deprecated.
since 4.5 - directly use
#getWorkspaceNamesMatching(String, String, boolean) instead. |
@Deprecated public static List<String> getWorkspaceNamesWithIndexer()
#getWorkspaceNamesMatching(String, String, boolean)
instead.public static List<String> getWorkspaceNamesMatching(String xPathExpression)
public static List<String> getWorkspaceNames(String xPathExpression, String expectation)
xPathExpression
- the xpath expressionexpectation
- value the matches of the xPathExpression should be compared with - special meaning of 'null': in that
case xPathExpression should not be contained!Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.