|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vhosting.netconf.transport.Capability.CapabilityParams
public final class Capability.CapabilityParams
This class defines the parameters for a capability provided by the server.
Method Summary | |
---|---|
java.lang.String |
getParam(java.lang.String name)
Get the value of a parameter. |
java.lang.String[] |
getYANGModuleDeviations()
Get any YANG module deviations from the parameters. |
java.lang.String[] |
getYANGModuleFeatures()
Get any YANG module features from the parameters. |
java.lang.String |
getYANGModuleName()
Get any YANG module name from the parameters. |
java.lang.String |
getYANGModuleRevision()
Get any YANG module revision date from the parameters. |
boolean |
isASpecImplCapability()
Check if the parameters can be deduced that the capability is a specific implementation of a capability. |
boolean |
isNetconfCapability()
Check to see if its features can be deduced that the capability is a Netconf capability. |
boolean |
isYANGImplSpecCapability()
Check if the parameters can be deduced that the capability represents a YANG module. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getYANGModuleName()
public java.lang.String getYANGModuleRevision()
public java.lang.String[] getYANGModuleFeatures()
public java.lang.String[] getYANGModuleDeviations()
public java.lang.String getParam(java.lang.String name)
name
- The name of the parameter.
public boolean isNetconfCapability()
public boolean isYANGImplSpecCapability()
public boolean isASpecImplCapability()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |