public class ConfigurationHandler<T extends ConfigurationHandler> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationHandler.ConfigurationHandlerResources
Child mutators for ConfigurationHandler
|
| Constructor and Description |
|---|
ConfigurationHandler() |
| Modifier and Type | Method and Description |
|---|---|
T |
file(File value)
Add the File object to the list of subresources
|
T |
files(List<File> value)
Add all File objects to this subresource
|
String |
getKey() |
T |
reverseProxy(ReverseProxy value)
Add the ReverseProxy object to the list of subresources
|
T |
reverseProxys(List<ReverseProxy> value)
Add all ReverseProxy objects to this subresource
|
ConfigurationHandler.ConfigurationHandlerResources |
subresources() |
public String getKey()
public ConfigurationHandler.ConfigurationHandlerResources subresources()
public T reverseProxys(List<ReverseProxy> value)
value - List of ReverseProxy objects.public T reverseProxy(ReverseProxy value)
value - The ReverseProxy to addpublic T files(List<File> value)
value - List of File objects.Copyright © 2015 JBoss by Red Hat. All rights reserved.