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:
- Comparable, GroovyDoc, GroovyPackageDoc
public class SimpleGroovyPackageDoc
- extends SimpleGroovyDoc
- implements GroovyPackageDoc
Methods inherited from class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc |
commentText, compareTo, firstSentenceCommentText, getRawCommentText, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, setRawCommentText, toString |
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 |
SimpleGroovyPackageDoc
public SimpleGroovyPackageDoc(String name)
allClasses
public GroovyClassDoc[] allClasses()
- Specified by:
allClasses
in interface GroovyPackageDoc
putAll
public void putAll(Map classes)
nameWithDots
public 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(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 String getRelativeRootPath()
- Specified by:
getRelativeRootPath
in interface GroovyPackageDoc