public class DeploymentResources extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEPLOYMENT_ADDRESS |
static String |
SUBDEPLOYMENT_ADDRESS |
| Constructor and Description |
|---|
DeploymentResources(Dispatcher dispatcher,
StatementContext statementContext) |
| Modifier and Type | Method and Description |
|---|---|
<T extends DeploymentResource> |
readChildren(String subsystem,
String resource,
DeploymentResourceSupplier<T> supplier,
Consumer<List<T>> callback) |
public static final String DEPLOYMENT_ADDRESS
public static final String SUBDEPLOYMENT_ADDRESS
@Inject public DeploymentResources(Dispatcher dispatcher, StatementContext statementContext)
public <T extends DeploymentResource> void readChildren(String subsystem, String resource, DeploymentResourceSupplier<T> supplier, Consumer<List<T>> callback)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.