public final class GuiMapReaderFactory extends Object
Modifier and Type | Method and Description |
---|---|
static GuiMapReader |
getInstance(String pageDomain,
String pageClassName)
Method to get the reader instance depending on the input parameters.
|
public static GuiMapReader getInstance(String pageDomain, String pageClassName) throws IOException
pageDomain
- domain folder under which the input data files are present.pageClassName
- Page class name. May not be null
, empty, or whitespace.IOException
Copyright © 2016 PayPal Open Source. All rights reserved.