org.apache.maven.doxia.validation
Class AdvicedSink

java.lang.Object
  extended byorg.apache.maven.doxia.validation.AdvicedSink
All Implemented Interfaces:
org.apache.maven.doxia.sink.Sink

public class AdvicedSink
extends java.lang.Object
implements org.apache.maven.doxia.sink.Sink

Sink that can act as proxy of other sinks and run some advices

This class can be generated on run time, but that would lead to depend on more dependencies.

Since:
Nov 6, 2005
Author:
Juan F. Codagnone (autogenerated)

Field Summary
 
Fields inherited from interface org.apache.maven.doxia.sink.Sink
NUMBERING_DECIMAL, NUMBERING_LOWER_ALPHA, NUMBERING_LOWER_ROMAN, NUMBERING_UPPER_ALPHA, NUMBERING_UPPER_ROMAN, ROLE
 
Constructor Summary
AdvicedSink(MethodBeforeAdvice[] advices, org.apache.maven.doxia.sink.Sink target)
           
 
Method Summary
 void anchor_()
           
 void anchor(java.lang.String s)
           
 void author_()
           
 void author()
           
 void body_()
           
 void body()
           
 void bold_()
           
 void bold()
           
 void close()
           
 void date_()
           
 void date()
           
 void definedTerm_()
           
 void definedTerm()
           
 void definition_()
           
 void definition()
           
 void definitionList_()
           
 void definitionList()
           
 void definitionListItem_()
           
 void definitionListItem()
           
 void figure_()
           
 void figure()
           
 void figureCaption_()
           
 void figureCaption()
           
 void figureGraphics(java.lang.String string)
           
 void flush()
           
 void head_()
           
 void head()
           
 void horizontalRule()
           
 void italic_()
           
 void italic()
           
 void lineBreak()
           
 void link_()
           
 void link(java.lang.String l)
           
 void list_()
           
 void list()
           
 void listItem_()
           
 void listItem()
           
 void monospaced_()
           
 void monospaced()
           
 void nonBreakingSpace()
           
 void numberedList_()
           
 void numberedList(int i)
           
 void numberedListItem_()
           
 void numberedListItem()
           
 void pageBreak()
           
 void paragraph_()
           
 void paragraph()
           
 void rawText(java.lang.String text)
           
 void section1_()
           
 void section1()
           
 void section2_()
           
 void section2()
           
 void section3_()
           
 void section3()
           
 void section4_()
           
 void section4()
           
 void section5_()
           
 void section5()
           
 void sectionTitle_()
           
 void sectionTitle()
           
 void sectionTitle1_()
           
 void sectionTitle1()
           
 void sectionTitle2_()
           
 void sectionTitle2()
           
 void sectionTitle3_()
           
 void sectionTitle3()
           
 void sectionTitle4_()
           
 void sectionTitle4()
           
 void sectionTitle5_()
           
 void sectionTitle5()
           
 void table_()
           
 void table()
           
 void tableCaption_()
           
 void tableCaption()
           
 void tableCell_()
           
 void tableCell()
           
 void tableCell(java.lang.String arg0)
           
 void tableHeaderCell_()
           
 void tableHeaderCell()
           
 void tableHeaderCell(java.lang.String arg0)
           
 void tableRow_()
           
 void tableRow()
           
 void tableRows_()
           
 void tableRows(int[] a, boolean b)
           
 void text(java.lang.String text)
           
 void title_()
           
 void title()
           
 void verbatim_()
           
 void verbatim(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdvicedSink

public AdvicedSink(MethodBeforeAdvice[] advices,
                   org.apache.maven.doxia.sink.Sink target)
Method Detail

head

public final void head()
Specified by:
head in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.head()

head_

public final void head_()
Specified by:
head_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.head_()

body

public final void body()
Specified by:
body in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.body()

body_

public final void body_()
Specified by:
body_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.body_()

section1

public final void section1()
Specified by:
section1 in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.section1()

section1_

public final void section1_()
Specified by:
section1_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.section1_()

section2

public final void section2()
Specified by:
section2 in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.section2()

section2_

public final void section2_()
Specified by:
section2_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.section2_()

section3

public final void section3()
Specified by:
section3 in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.section3()

section3_

public final void section3_()
Specified by:
section3_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.section3_()

section4

public final void section4()
Specified by:
section4 in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.section4()

section4_

public final void section4_()
Specified by:
section4_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.section4_()

section5

public final void section5()
Specified by:
section5 in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.section5()

section5_

public final void section5_()
Specified by:
section5_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.section5_()

list

public final void list()
Specified by:
list in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.list()

list_

public final void list_()
Specified by:
list_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.list_()

listItem

public final void listItem()
Specified by:
listItem in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.listItem()

listItem_

public final void listItem_()
Specified by:
listItem_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.listItem_()

numberedList

public final void numberedList(int i)
Specified by:
numberedList in interface org.apache.maven.doxia.sink.Sink
See Also:
org.apache.maven.doxia.sink.Sink#numberedList()

numberedList_

public final void numberedList_()
Specified by:
numberedList_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.numberedList_()

numberedListItem

public final void numberedListItem()
Specified by:
numberedListItem in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.numberedListItem()

numberedListItem_

public final void numberedListItem_()
Specified by:
numberedListItem_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.numberedListItem_()

definitionList

public final void definitionList()
Specified by:
definitionList in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.definitionList()

definitionList_

public final void definitionList_()
Specified by:
definitionList_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.definitionList_()

definitionListItem

public final void definitionListItem()
Specified by:
definitionListItem in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.definitionListItem()

definitionListItem_

public final void definitionListItem_()
Specified by:
definitionListItem_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.definitionListItem_()

definition

public final void definition()
Specified by:
definition in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.definition()

definition_

public final void definition_()
Specified by:
definition_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.definition_()

figure

public final void figure()
Specified by:
figure in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.figure()

figure_

public final void figure_()
Specified by:
figure_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.figure_()

table

public final void table()
Specified by:
table in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.table()

table_

public final void table_()
Specified by:
table_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.table_()

tableRows

public final void tableRows(int[] a,
                            boolean b)
Specified by:
tableRows in interface org.apache.maven.doxia.sink.Sink
See Also:
org.apache.maven.doxia.sink.Sink#tableRows()

tableRows_

public final void tableRows_()
Specified by:
tableRows_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.tableRows_()

tableRow

public final void tableRow()
Specified by:
tableRow in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.tableRow()

tableRow_

public final void tableRow_()
Specified by:
tableRow_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.tableRow_()

title

public final void title()
Specified by:
title in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.title()

title_

public final void title_()
Specified by:
title_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.title_()

author

public final void author()
Specified by:
author in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.author()

author_

public final void author_()
Specified by:
author_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.author_()

date

public final void date()
Specified by:
date in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.date()

date_

public final void date_()
Specified by:
date_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.date_()

sectionTitle

public final void sectionTitle()
Specified by:
sectionTitle in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.sectionTitle()

sectionTitle_

public final void sectionTitle_()
Specified by:
sectionTitle_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.sectionTitle_()

sectionTitle1

public final void sectionTitle1()
Specified by:
sectionTitle1 in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.sectionTitle1()

sectionTitle1_

public final void sectionTitle1_()
Specified by:
sectionTitle1_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.sectionTitle1_()

sectionTitle2

public final void sectionTitle2()
Specified by:
sectionTitle2 in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.sectionTitle2()

sectionTitle2_

public final void sectionTitle2_()
Specified by:
sectionTitle2_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.sectionTitle2_()

sectionTitle3

public final void sectionTitle3()
Specified by:
sectionTitle3 in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.sectionTitle3()

sectionTitle3_

public final void sectionTitle3_()
Specified by:
sectionTitle3_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.sectionTitle3_()

sectionTitle4

public final void sectionTitle4()
Specified by:
sectionTitle4 in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.sectionTitle4()

sectionTitle4_

public final void sectionTitle4_()
Specified by:
sectionTitle4_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.sectionTitle4_()

sectionTitle5

public final void sectionTitle5()
Specified by:
sectionTitle5 in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.sectionTitle5()

sectionTitle5_

public final void sectionTitle5_()
Specified by:
sectionTitle5_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.sectionTitle5_()

paragraph

public final void paragraph()
Specified by:
paragraph in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.paragraph()

paragraph_

public final void paragraph_()
Specified by:
paragraph_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.paragraph_()

verbatim

public final void verbatim(boolean b)
Specified by:
verbatim in interface org.apache.maven.doxia.sink.Sink
See Also:
org.apache.maven.doxia.sink.Sink#verbatim()

verbatim_

public final void verbatim_()
Specified by:
verbatim_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.verbatim_()

definedTerm

public final void definedTerm()
Specified by:
definedTerm in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.definedTerm()

definedTerm_

public final void definedTerm_()
Specified by:
definedTerm_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.definedTerm_()

figureCaption

public final void figureCaption()
Specified by:
figureCaption in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.figureCaption()

figureCaption_

public final void figureCaption_()
Specified by:
figureCaption_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.figureCaption_()

tableCell

public final void tableCell()
Specified by:
tableCell in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.tableCell()

tableCell

public final void tableCell(java.lang.String arg0)
Specified by:
tableCell in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.tableCell()

tableCell_

public final void tableCell_()
Specified by:
tableCell_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.tableCell_()

tableHeaderCell

public final void tableHeaderCell()
Specified by:
tableHeaderCell in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.tableHeaderCell()

tableHeaderCell

public void tableHeaderCell(java.lang.String arg0)
Specified by:
tableHeaderCell in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.tableHeaderCell()

tableHeaderCell_

public final void tableHeaderCell_()
Specified by:
tableHeaderCell_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.tableHeaderCell_()

tableCaption

public final void tableCaption()
Specified by:
tableCaption in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.tableCaption()

tableCaption_

public final void tableCaption_()
Specified by:
tableCaption_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.tableCaption_()

figureGraphics

public final void figureGraphics(java.lang.String string)
Specified by:
figureGraphics in interface org.apache.maven.doxia.sink.Sink
See Also:
org.apache.maven.doxia.sink.Sink#figureGraphics()

horizontalRule

public final void horizontalRule()
Specified by:
horizontalRule in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.horizontalRule()

pageBreak

public final void pageBreak()
Specified by:
pageBreak in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.pageBreak()

anchor

public final void anchor(java.lang.String s)
Specified by:
anchor in interface org.apache.maven.doxia.sink.Sink
See Also:
org.apache.maven.doxia.sink.Sink#anchor()

anchor_

public final void anchor_()
Specified by:
anchor_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.anchor_()

link

public final void link(java.lang.String l)
Specified by:
link in interface org.apache.maven.doxia.sink.Sink
See Also:
org.apache.maven.doxia.sink.Sink#link()

link_

public final void link_()
Specified by:
link_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.link_()

italic

public final void italic()
Specified by:
italic in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.italic()

italic_

public final void italic_()
Specified by:
italic_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.italic_()

bold

public final void bold()
Specified by:
bold in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.bold()

bold_

public final void bold_()
Specified by:
bold_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.bold_()

monospaced

public final void monospaced()
Specified by:
monospaced in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.monospaced()

monospaced_

public final void monospaced_()
Specified by:
monospaced_ in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.monospaced_()

lineBreak

public final void lineBreak()
Specified by:
lineBreak in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.lineBreak()

nonBreakingSpace

public final void nonBreakingSpace()
Specified by:
nonBreakingSpace in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.nonBreakingSpace()

text

public final void text(java.lang.String text)
Specified by:
text in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.text(String)

rawText

public final void rawText(java.lang.String text)
Specified by:
rawText in interface org.apache.maven.doxia.sink.Sink
See Also:
org.apache.maven.doxia.sink.Sink#rawText()

flush

public final void flush()
Specified by:
flush in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.flush()

close

public final void close()
Specified by:
close in interface org.apache.maven.doxia.sink.Sink
See Also:
Sink.close()


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