MCPcopy Create free account
hub / github.com/Juniper/netconf-java / junosActivate

Method junosActivate

src/main/java/net/juniper/netconf/XML.java:322–324  ·  view source on GitHub ↗

Sets the attribute ("active","active") for the active element of XML object.

()

Source from the content-addressed store, hash-verified

320 * object.
321 */
322 public void junosActivate() {
323 activeElement.setAttribute("active", "active");
324 }
325
326 /**
327 * Sets the attribute ("inactive","inactive") for the active element of XML

Callers

nothing calls this directly

Calls 1

setAttributeMethod · 0.80

Tested by

no test coverage detected