Class DefaultInstanceIdentifierSupport

java.lang.Object
org.opendaylight.clustering.it.karaf.cli.DefaultInstanceIdentifierSupport
All Implemented Interfaces:
InstanceIdentifierSupport

@RequireServiceComponentRuntime public final class DefaultInstanceIdentifierSupport extends Object implements InstanceIdentifierSupport
  • Constructor Summary

    Constructors
    Constructor
    Description
    DefaultInstanceIdentifierSupport(org.opendaylight.mdsal.binding.dom.codec.api.BindingCodecTree bindingCodecTree, org.opendaylight.mdsal.binding.runtime.api.BindingRuntimeContext runtimeContext)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>
    Parse a CLI argument into its InstanceIdentifier representation.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DefaultInstanceIdentifierSupport

      public DefaultInstanceIdentifierSupport(org.opendaylight.mdsal.binding.dom.codec.api.BindingCodecTree bindingCodecTree, org.opendaylight.mdsal.binding.runtime.api.BindingRuntimeContext runtimeContext)
  • Method Details

    • parseArgument

      public org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> parseArgument(String argument)
      Description copied from interface: InstanceIdentifierSupport
      Parse a CLI argument into its InstanceIdentifier representation.
      Specified by:
      parseArgument in interface InstanceIdentifierSupport
      Parameters:
      argument - Argument to parse
      Returns:
      Parse InstanceIdentifier