Class SrmCliUtils

java.lang.Object
org.opendaylight.serviceutils.srm.shell.SrmCliUtils

public final class SrmCliUtils extends Object
The Utility class for SRM Shell.
  • Method Details

    • getEntityType

      public static EntityTypeBase getEntityType(String strType)
      Get EntityName given name in string.
      Parameters:
      strType - Entity Type as a string
      Returns:
      EntityName for use
    • getEntityName

      public static @Nullable EntityNameBase getEntityName(EntityTypeBase type, String strName)
      Get EntityName given name in string.
      Parameters:
      type - Entity Type class
      strName - Entity Name as a string
      Returns:
      EntityName for use
    • getTypeHelp

      public static String getTypeHelp()
    • getNameHelp

      public static String getNameHelp(EntityTypeBase entityType)