org.codehaus.groovy.tools.groovydoc
Class SimpleGroovyPackageDoc
java.lang.Object
org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
org.codehaus.groovy.tools.groovydoc.SimpleGroovyPackageDoc
- All Implemented Interfaces:
- java.lang.Comparable, GroovyDoc, GroovyPackageDoc
public class SimpleGroovyPackageDoc
- extends SimpleGroovyDoc
- implements GroovyPackageDoc
Methods inherited from class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc |
commentText, compareTo, firstSentenceCommentText, getDocUrl, getRawCommentText, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, replaceAllTags, setAsInterfaceDefinition, setRawCommentText, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.codehaus.groovy.groovydoc.GroovyDoc |
commentText, firstSentenceCommentText, getRawCommentText, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, setRawCommentText |
Methods inherited from interface java.lang.Comparable |
compareTo |
SimpleGroovyPackageDoc
public SimpleGroovyPackageDoc(java.lang.String name)
allClasses
public GroovyClassDoc[] allClasses()
- Specified by:
allClasses
in interface GroovyPackageDoc
putAll
public void putAll(java.util.Map classes)
nameWithDots
public java.lang.String nameWithDots()
- Specified by:
nameWithDots
in interface GroovyPackageDoc
allClasses
public GroovyClassDoc[] allClasses(boolean arg0)
- Specified by:
allClasses
in interface GroovyPackageDoc
enums
public GroovyClassDoc[] enums()
- Specified by:
enums
in interface GroovyPackageDoc
errors
public GroovyClassDoc[] errors()
- Specified by:
errors
in interface GroovyPackageDoc
exceptions
public GroovyClassDoc[] exceptions()
- Specified by:
exceptions
in interface GroovyPackageDoc
findClass
public GroovyClassDoc findClass(java.lang.String arg0)
- Specified by:
findClass
in interface GroovyPackageDoc
interfaces
public GroovyClassDoc[] interfaces()
- Specified by:
interfaces
in interface GroovyPackageDoc
ordinaryClasses
public GroovyClassDoc[] ordinaryClasses()
- Specified by:
ordinaryClasses
in interface GroovyPackageDoc
getRelativeRootPath
public java.lang.String getRelativeRootPath()
- Specified by:
getRelativeRootPath
in interface GroovyPackageDoc