Class NoOpConfig

  • All Implemented Interfaces:
    com.newrelic.api.agent.Config

    public class NoOpConfig
    extends java.lang.Object
    implements com.newrelic.api.agent.Config
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.newrelic.api.agent.Config Instance  
    • Constructor Summary

      Constructors 
      Constructor Description
      NoOpConfig()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T getValue​(java.lang.String prop)  
      <T> T getValue​(java.lang.String key, T defaultVal)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Instance

        public static final com.newrelic.api.agent.Config Instance
    • Constructor Detail

      • NoOpConfig

        public NoOpConfig()
    • Method Detail

      • getValue

        public <T> T getValue​(java.lang.String prop)
        Specified by:
        getValue in interface com.newrelic.api.agent.Config
      • getValue

        public <T> T getValue​(java.lang.String key,
                              T defaultVal)
        Specified by:
        getValue in interface com.newrelic.api.agent.Config