Uses of Class
com.vhosting.netconf.Config

Packages that use Config
com.vhosting.netconf From this package you can access the basic operations of Netconf as Java classes. 
 

Uses of Config in com.vhosting.netconf
 

Methods in com.vhosting.netconf that return Config
static Config EditConfig.createConfig(Capability cap, java.lang.String config, java.lang.String... values)
          Create an instance of Config for use with the operation.
 

Constructors in com.vhosting.netconf with parameters of type Config
EditConfig(Session session, Datastore target, Config config)
          Create the edit-config Netconf operation.
EditConfig(Session session, Datastore target, Config config, EditConfig.DefaultEditOperation defop)
          Create the edit-config Netconf operation.