Class ApiHelper


  • public class ApiHelper
    extends Object
    • Constructor Detail

      • ApiHelper

        public ApiHelper()
    • Method Detail

      • getHostName

        public static String getHostName​(String resourceKey,
                                         String system)
        Gets actual resource.
        Parameters:
        resourceKey - the resource key
        system - the system
        Returns:
        the actual resource
      • getActualResource

        public static String getActualResource​(String resourceKey,
                                               String system)
                                        throws Exception
        Gets actual resource.
        Parameters:
        resourceKey - the resource key
        system - the system
        Returns:
        the actual resource
        Throws:
        Exception