Class Taglet

    • Constructor Detail

      • Taglet

        public Taglet()
    • Method Detail

      • equals

        public boolean equals​(Object other)
        Method equals.
        Overrides:
        equals in class Object
        Parameters:
        other - a other object.
        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 String getTagletClass()
        Get tagletClass is the fully-qualified name for the taglet class.
        Returns:
        String
      • getTagletpath

        public 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 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 - a tagletArtifact object.
      • setTagletClass

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

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

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