Package org.tquadrat.foundation.javadoc
Class HRefTaglet
java.lang.Object
org.tquadrat.foundation.javadoc.HRefTaglet
- All Implemented Interfaces:
Taglet
@ClassVersion(sourceVersion="$Id: HRefTaglet.java 977 2022-01-06 11:41:03Z tquadrat $")
@API(status=STABLE,
since="0.0.5")
public final class HRefTaglet
extends Object
implements Taglet
This inline tag inserts a hyperlink to an external URL into the
documentation.
- Author:
- Thomas Thrien - thomas.thrien@tquadrat.org
- Version:
- $Id: HRefTaglet.java 977 2022-01-06 11:41:03Z tquadrat $
- Since:
- 0.0.5
-
Nested Class Summary
Nested classes/interfaces inherited from interface jdk.javadoc.doclet.Taglet
Taglet.Location
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Set
<Taglet.Location> final String
getName()
final boolean
final String
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jdk.javadoc.doclet.Taglet
init, isBlockTag
-
Field Details
-
TAGLET_NAME
The name of this taglet: "href".- See Also:
-
PATTERN_FULL
The pattern for the tag with both URL and contents. -
PATTERN_SHORT
The pattern for the tag with only the URL.
-
-
Constructor Details
-
HRefTaglet
public HRefTaglet()Creates a newHRefTaglet
instance.
-
-
Method Details
-
getAllowedLocations
- Specified by:
getAllowedLocations
in interfaceTaglet
-
getName
-
isInlineTag
- Specified by:
isInlineTag
in interfaceTaglet
-
toString
-