org.apache.maven.plugin.javadoc
Class AbstractFixJavadocMojoTest.PrivateAbstractInheritableJavaEntity

java.lang.Object
  extended by com.thoughtworks.qdox.model.AbstractBaseJavaEntity
      extended by com.thoughtworks.qdox.model.AbstractJavaEntity
          extended by com.thoughtworks.qdox.model.AbstractInheritableJavaEntity
              extended by org.apache.maven.plugin.javadoc.AbstractFixJavadocMojoTest.PrivateAbstractInheritableJavaEntity
All Implemented Interfaces:
Serializable, Comparable
Enclosing class:
AbstractFixJavadocMojoTest

protected class AbstractFixJavadocMojoTest.PrivateAbstractInheritableJavaEntity
extends AbstractInheritableJavaEntity

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.thoughtworks.qdox.model.AbstractJavaEntity
modifiers
 
Fields inherited from class com.thoughtworks.qdox.model.AbstractBaseJavaEntity
name, parent
 
Constructor Summary
protected AbstractFixJavadocMojoTest.PrivateAbstractInheritableJavaEntity()
           
 
Method Summary
 int compareTo(Object o)
           
 DocletTag[] getTagsByName(String arg0, boolean arg1)
           
protected  void writeBody(IndentBuffer arg0)
           
 
Methods inherited from class com.thoughtworks.qdox.model.AbstractInheritableJavaEntity
getTagByName
 
Methods inherited from class com.thoughtworks.qdox.model.AbstractJavaEntity
getCodeBlock, getComment, getModifiers, getNamedParameter, getParentClass, getSource, getTagByName, getTags, getTagsByName, isAbstract, isFinal, isNative, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized, isTransient, isVolatile, setComment, setModifiers, setParentClass, setTags, write, writeAccessibilityModifier, writeAllModifiers, writeNonAccessibilityModifiers
 
Methods inherited from class com.thoughtworks.qdox.model.AbstractBaseJavaEntity
getAnnotations, getLineNumber, getName, getParent, setAnnotations, setLineNumber, setName, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractFixJavadocMojoTest.PrivateAbstractInheritableJavaEntity

protected AbstractFixJavadocMojoTest.PrivateAbstractInheritableJavaEntity()
Method Detail

compareTo

public int compareTo(Object o)

getTagsByName

public DocletTag[] getTagsByName(String arg0,
                                 boolean arg1)
Specified by:
getTagsByName in class AbstractInheritableJavaEntity

writeBody

protected void writeBody(IndentBuffer arg0)
Specified by:
writeBody in class AbstractJavaEntity


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.