ConForM.CoopnTools.CoKer.DocComment
Class MoreDocTag

java.lang.Object
  |
  +--ConForM.CoopnTools.CoKer.DocComment.DocTag
        |
        +--ConForM.CoopnTools.CoKer.DocComment.MoreDocTag

public class MoreDocTag
extends DocTag

Documentation More Tag. Stores a pointer on a related topic. The pointer should be a valid URL.


Constructor Summary
MoreDocTag(java.lang.String pointer)
          Simple constructor.
 
Method Summary
 java.lang.String pointer()
          Get the content of the more tag.
 java.lang.String tag()
          String representation of the tag.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoreDocTag

public MoreDocTag(java.lang.String pointer)
Simple constructor.
Parameters:
pointer - the reference
Throws:
java.lang.IllegalArgumentException - The pointer is a null or an empty string.
Method Detail

pointer

public java.lang.String pointer()
Get the content of the more tag.
Returns:
the pointer.

tag

public java.lang.String tag()
String representation of the tag.
Overrides:
tag in class DocTag