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 PathAddress
public String getValue(String name)
getValue
in interface PathAddress
public String getValue(int index)
getValue
in interface PathAddress
Copyright © 2016 JBoss by Red Hat. All rights reserved.