java.lang.Object
org.jdrupes.mdoclet.internal.doclets.toolkit.taglets.BaseTaglet
org.jdrupes.mdoclet.internal.doclets.toolkit.taglets.SimpleTaglet
Alle implementierten Schnittstellen:
InheritableTaglet, Taglet

public class SimpleTaglet extends BaseTaglet implements InheritableTaglet
A custom single-argument block tag.
  • Felddetails

    • enabled

      protected final boolean enabled
      Whether or not the taglet should generate output.

      Standard tags like @author, @since, @version can be disabled by command-line options; custom tags created with -tag can be disabled with an X in the defining string.

  • Konstruktordetails

    • SimpleTaglet

      public SimpleTaglet(String tagName, String header, String locations)
      Constructs a SimpleTaglet.
      Parameter:
      tagName - the name of this tag
      header - the header to output
      locations - the possible locations that this tag can appear in The string can contain ‘p’ for package, ‘t’ for type, ‘m’ for method, ‘c’ for constructor and ‘f’ for field. See getLocations for the complete list.
    • SimpleTaglet

      public SimpleTaglet(DocTree.Kind tagKind, String header, Set<Taglet.Location> locations)
      Constructs a SimpleTaglet.
      Parameter:
      tagKind - the kind of this tag
      header - the header to output
      locations - the possible locations that this tag can appear in
    • SimpleTaglet

      public SimpleTaglet(String tagName, String header, Set<Taglet.Location> locations)
      Constructs a SimpleTaglet.
      Parameter:
      tagName - the name of this tag
      header - the header to output
      locations - the possible locations that this tag can appear in
    • SimpleTaglet

      public SimpleTaglet(String tagName, String header, Set<Taglet.Location> locations, boolean enabled)
      Constructs a SimpleTaglet.
      Parameter:
      tagName - the name of this tag
      header - the header to output
      locations - the possible locations that this tag can appear in
    • SimpleTaglet

      public SimpleTaglet(DocTree.Kind tagKind, String header, Set<Taglet.Location> locations, boolean enabled)
      Constructs a SimpleTaglet.
      Parameter:
      tagKind - the kind of this tag
      header - the header to output
      locations - the possible locations that this tag can appear in
  • Methodendetails