Class SrmCliUtils


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

      • getEntityType

        public static Class<? extends 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 Class<? extends EntityNameBase> getEntityName​(Class<? extends 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()