Class Taglet

  • All Implemented Interfaces:
    java.io.Serializable

    public class Taglet
    extends java.lang.Object
    implements java.io.Serializable
    A Taglet parameter.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private TagletArtifact tagletArtifact
      Specifies the taglet artifact to be included in the tagletpath option for finding taglet class files (.class).
      private java.lang.String tagletClass
      tagletClass is the fully-qualified name for the taglet class.
      private java.lang.String tagletpath
      Specifies the search paths for finding taglet class files (.class).
    • Constructor Summary

      Constructors 
      Constructor Description
      Taglet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)
      Method equals.
      TagletArtifact getTagletArtifact()
      Get specifies the taglet artifact to be included in the tagletpath option for finding taglet class files (.class).
      java.lang.String getTagletClass()
      Get tagletClass is the fully-qualified name for the taglet class.
      java.lang.String getTagletpath()
      Get specifies the search paths for finding taglet class files (.class).
      int hashCode()
      Method hashCode.
      void setTagletArtifact​(TagletArtifact tagletArtifact)
      Set specifies the taglet artifact to be included in the tagletpath option for finding taglet class files (.class).
      void setTagletClass​(java.lang.String tagletClass)
      Set tagletClass is the fully-qualified name for the taglet class.
      void setTagletpath​(java.lang.String tagletpath)
      Set specifies the search paths for finding taglet class files (.class).
      java.lang.String toString()
      Method toString.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • tagletClass

        private java.lang.String tagletClass
        tagletClass is the fully-qualified name for the taglet class.
      • tagletpath

        private java.lang.String tagletpath
        Specifies the search paths for finding taglet class files (.class).
      • tagletArtifact

        private TagletArtifact tagletArtifact
        Specifies the taglet artifact to be included in the tagletpath option for finding taglet class files (.class).
    • Constructor Detail

      • Taglet

        public Taglet()
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Method equals.
        Overrides:
        equals in class java.lang.Object
        Parameters:
        other -
        Returns:
        boolean
      • getTagletArtifact

        public TagletArtifact getTagletArtifact()
        Get specifies the taglet artifact to be included in the tagletpath option for finding taglet class files (.class).
        Returns:
        TagletArtifact
      • getTagletClass

        public java.lang.String getTagletClass()
        Get tagletClass is the fully-qualified name for the taglet class.
        Returns:
        String
      • getTagletpath

        public java.lang.String getTagletpath()
        Get specifies the search paths for finding taglet class files (.class).
        Returns:
        String
      • hashCode

        public int hashCode()
        Method hashCode.
        Overrides:
        hashCode in class java.lang.Object
        Returns:
        int
      • setTagletArtifact

        public void setTagletArtifact​(TagletArtifact tagletArtifact)
        Set specifies the taglet artifact to be included in the tagletpath option for finding taglet class files (.class).
        Parameters:
        tagletArtifact -
      • setTagletClass

        public void setTagletClass​(java.lang.String tagletClass)
        Set tagletClass is the fully-qualified name for the taglet class.
        Parameters:
        tagletClass -
      • setTagletpath

        public void setTagletpath​(java.lang.String tagletpath)
        Set specifies the search paths for finding taglet class files (.class).
        Parameters:
        tagletpath -
      • toString

        public java.lang.String toString()
        Method toString.
        Overrides:
        toString in class java.lang.Object
        Returns:
        String