Class Spy.Verbose

  • All Implemented Interfaces:
    Spy
    Enclosing interface:
    Spy

    public static final class Spy.Verbose
    extends Object
    implements Spy
    Verbose spy, printing the progress to the console.
    Since:
    0.1
    • Constructor Detail

      • Verbose

        public Verbose()
        Default ctor.
      • Verbose

        public Verbose​(Object tgt)
        Ctor.
        Parameters:
        tgt - The logging target to use
    • Method Detail

      • push

        public void push​(int index,
                         com.jcabi.xml.XSL xsl,
                         com.jcabi.xml.XML xml)
        Description copied from interface: Spy
        New XSL produced.
        Specified by:
        push in interface Spy
        Parameters:
        index - The index of the XSL
        xsl - The XSL used
        xml - The XML produced