org.apache.maven.doxia.module.twiki.parser

Class AnchorBlock

public class AnchorBlock extends Object implements Block

Represents an anchor

Since: Nov 5, 2005

Author: Juan F. Codagnone

Constructor Summary
AnchorBlock(String name)
Creates the AnchorBlock.
Method Summary
booleanequals(Object obj)
inthashCode()
voidtraverse(Sink sink)

Constructor Detail

AnchorBlock

public AnchorBlock(String name)
Creates the AnchorBlock.

Parameters: name name of the anchor

Throws: IllegalArgumentException if the arguments are null

Method Detail

equals

public final boolean equals(Object obj)

See Also: Object#equals(Object)

hashCode

public final int hashCode()

See Also: Object#hashCode()

traverse

public final void traverse(Sink sink)

See Also: traverse

Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.