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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      @NonNull org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> parseArgument​(String argument)
      Parse a CLI argument into its InstanceIdentifier representation.
    • Method Detail

      • 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