public class Path extends Object implements PathAddress
| Constructor and Description |
|---|
Path(org.jboss.as.controller.PathAddress pathAddress) |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue(int index) |
String |
getValue(String name) |
static Path |
path(org.jboss.as.controller.PathAddress pathAddress) |
int |
size() |
public static Path path(org.jboss.as.controller.PathAddress pathAddress)
public int size()
size in interface PathAddresspublic String getValue(String name)
getValue in interface PathAddresspublic String getValue(int index)
getValue in interface PathAddressCopyright © 2018 JBoss by Red Hat. All rights reserved.