Class PropertyRetriever

java.lang.Object
com.github.cafapi.common.decoders.js.PropertyRetriever

public class PropertyRetriever extends Object
Provides access to properties requested during decoding.
  • Constructor Details

    • PropertyRetriever

      public PropertyRetriever()
  • Method Details

    • getenv

      public static String getenv(String key)
      Gets the value to use for the specified property.
      Parameters:
      key - Name of property.
      Returns:
      Value of property specified.