public interface ResourceTypeEnvironmentGetter
Methods
getAttribute(String name)
public abstract String getAttribute(String name)
Gets the value of the specified metadata server attribute. See Also: MetadataConfig#getAttribute(String)
Parameter | |
---|---|
Name | Description |
name |
String the name of the metadata server attribute. |
Returns | |
---|---|
Type | Description |
String |
the string value of the attribute, or |
getEnv(String name)
public abstract String getEnv(String name)
Gets the value of the specified environment variable. See Also: System#getenv()
Parameter | |
---|---|
Name | Description |
name |
String the name of the environment variable |
Returns | |
---|---|
Type | Description |
String |
the string value of the variable, or |