public abstract class AbstractYamlReader extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DELIMITER |
static String |
KEY |
| Constructor and Description |
|---|
AbstractYamlReader() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllKeys() |
String |
getBaseClassName() |
TestPlatform |
getPlatform() |
protected List<String> |
parseKeysForContainer(String fileName,
List<Object> allElements) |
protected List<String> |
parseKeysForContainer(String fileName,
Map<String,HtmlContainerElement> allElements) |
abstract void |
processPage(FileSystemResource resource)
This method processes the contents of a data source (yaml file for e.g.,).
|
public static final String KEY
public static final String DELIMITER
public String getBaseClassName()
public TestPlatform getPlatform()
protected List<String> parseKeysForContainer(String fileName, List<Object> allElements)
protected List<String> parseKeysForContainer(String fileName, Map<String,HtmlContainerElement> allElements)
public abstract void processPage(FileSystemResource resource) throws IOException
resource - - A FileSystemResource that represents a particular data source.IOExceptionCopyright © 2016 PayPal Open Source. All rights reserved.