@Vetoed public class ConfigViewFactory extends Object
| Constructor and Description |
|---|
ConfigViewFactory() |
ConfigViewFactory(ConfigLocator... locators) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLocator(ConfigLocator locator) |
ConfigViewImpl |
build() |
static ConfigViewFactory |
defaultFactory() |
ConfigViewFactory |
load(String profileName) |
void |
load(String profileName,
URL url) |
protected void |
loadProperties(String profileName,
URL url) |
protected void |
loadYaml(String profileName,
URL url) |
public ConfigViewFactory()
public ConfigViewFactory(ConfigLocator... locators)
public static ConfigViewFactory defaultFactory() throws ModuleLoadException
ModuleLoadExceptionpublic void addLocator(ConfigLocator locator)
public ConfigViewFactory load(String profileName)
public void load(String profileName, URL url) throws IOException
IOExceptionprotected void loadProperties(String profileName, URL url) throws IOException
IOExceptionprotected void loadYaml(String profileName, URL url) throws IOException
IOExceptionpublic ConfigViewImpl build()
Copyright © 2017 JBoss by Red Hat. All rights reserved.