|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vhosting.netconf.XPathSelections
public class XPathSelections
This class represents a set of xpath that refer to nodes within a datastore.
Nested Class Summary | |
---|---|
class |
XPathSelections.Selection
This class identifies a xpath selection contained within a XPathSelections. |
Constructor Summary | |
---|---|
XPathSelections()
Create an instance of XPathSelections. |
Method Summary | |
---|---|
void |
addSelection(java.lang.String xpath,
Capability cap)
Adds an xpath selection. |
XPathSelections.Selection[] |
getSelections()
Get all the selections included. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XPathSelections()
Method Detail |
---|
public void addSelection(java.lang.String xpath, Capability cap)
xpath
- The xpath selection.cap
- The capability to which belongs this selection.public XPathSelections.Selection[] getSelections()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |