Class EnvironmentVariableLookup

  • All Implemented Interfaces:
    org.apache.commons.text.lookup.StringLookup

    @Deprecated
    public class EnvironmentVariableLookup
    extends Object
    implements org.apache.commons.text.lookup.StringLookup
    Deprecated.
    Use a method reference to System.getenv() directly instead.
    A custom StringLookup implementation using environment variables as lookup source.
    • Constructor Detail

      • EnvironmentVariableLookup

        public EnvironmentVariableLookup()
        Deprecated.
    • Method Detail

      • lookup

        public String lookup​(String key)
        Deprecated.
        Specified by:
        lookup in interface org.apache.commons.text.lookup.StringLookup