org.apache.maven.doxia.validation.advices

Class PrintAdvisor

public class PrintAdvisor extends AbstractSinkAdvice

Advisor that prints the hierarchy of a document as is beeing generated

Since: Nov 6, 2005

Author: Juan F. Codagnone

Constructor Summary
PrintAdvisor(PrintStream printStream)
Creates the PrintAdvisor.
Method Summary
voiddoEnd(Method method, Object[] args, Object instance)
voiddoLeaf(Method method, Object[] args, Object instance)
voiddoStart(Method method, Object[] args, Object instance)

Constructor Detail

PrintAdvisor

public PrintAdvisor(PrintStream printStream)
Creates the PrintAdvisor.

Parameters: printStream stream printer

Method Detail

doEnd

public final void doEnd(Method method, Object[] args, Object instance)

See Also: (Method, Object[], Object)

doLeaf

public final void doLeaf(Method method, Object[] args, Object instance)

See Also: (Method, Object[], Object)

doStart

public final void doStart(Method method, Object[] args, Object instance)

See Also: (Method, Object[], Object)

Copyright © {inceptionYear}-2008 null. All Rights Reserved.