Interface ResourceTypeEnvironmentGetter


public interface ResourceTypeEnvironmentGetter
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the value of the specified metadata server attribute.
    getEnv(String name)
    Gets the value of the specified environment variable.
  • Method Details

    • getEnv

      String getEnv(String name)
      Gets the value of the specified environment variable.
      Parameters:
      name - the name of the environment variable
      Returns:
      the string value of the variable, or null if the variable is not defined in the system environment
      See Also:
    • getAttribute

      String getAttribute(String name)
      Gets the value of the specified metadata server attribute.
      Parameters:
      name - the name of the metadata server attribute.
      Returns:
      the string value of the attribute, or null if the attribute is not defined in the metadata or the server is not available.
      See Also:
      • MetadataConfig.getAttribute(String)