Interface Instrumentor<E,​C extends ProbeConfiguration>

    • Method Detail

      • instrument

        void instrument​(E element)
      • instrumentAll

        void instrumentAll()
        Instruments all elements of type E based on the held instrumentation description if possible. Note that some instrumentors might not implement this method since they do not know any elements.