public class WebUIConfigLoader
extends java.lang.Object
| Constructor and Description | 
|---|
WebUIConfigLoader(java.lang.String fileName)
Creates a new  
WebUIConfigLoader instance by the given file name. | 
| Modifier and Type | Method and Description | 
|---|---|
WebUIConfig | 
load()
Returns the  
WebUIConfig form of this fileName,
 or null if there are no file names matching this fileName. | 
WebUIConfig | 
load(java.lang.String fileName)
Returns the  
WebUIConfig form of this fileName,
 or null if there are no file names matching this fileName. | 
public WebUIConfigLoader(java.lang.String fileName)
WebUIConfigLoader instance by the given file name.fileName - A fileName stringpublic WebUIConfig load()
WebUIConfig form of this fileName,
 or null if there are no file names matching this fileName.public WebUIConfig load(java.lang.String fileName)
WebUIConfig form of this fileName,
 or null if there are no file names matching this fileName.fileName - A fileName string