Interface InstanceIdentifierSupport

All Known Implementing Classes:
DefaultInstanceIdentifierSupport

public interface InstanceIdentifierSupport
Codec providing translation between CLI representation and InstanceIdentifier. This is mostly useful for injecting invocation contexts for routed RPCs and actions.
  • Method Summary

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

    • parseArgument

      @NonNull org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> parseArgument(String argument)
      Parse a CLI argument into its InstanceIdentifier representation.
      Parameters:
      argument - Argument to parse
      Returns:
      Parse InstanceIdentifier
      Throws:
      NullPointerException - if argument is null