public class SimpleGroovyPackageDoc extends SimpleGroovyDoc
Constructor and description |
---|
SimpleGroovyPackageDoc
(String name) |
Type | Name and description |
---|---|
GroovyClassDoc[] |
allClasses() |
GroovyClassDoc[] |
allClasses(boolean arg0) |
String |
description() |
GroovyClassDoc[] |
enums() |
GroovyClassDoc[] |
errors() |
GroovyClassDoc[] |
exceptions() |
GroovyClassDoc |
findClass(String arg0) |
String |
getRelativeRootPath() |
GroovyClassDoc[] |
interfaces() |
String |
nameWithDots() |
GroovyClassDoc[] |
ordinaryClasses() |
void |
putAll(Map<String, GroovyClassDoc> classes) |
void |
setDescription(String description) |
void |
setSummary(String summary) |
String |
summary() |
Methods inherited from class | Name |
---|---|
class SimpleGroovyDoc |
calculateFirstSentence, commentText, compareTo, firstSentenceCommentText, getRawCommentText, getTypeDescription, getTypeSourceDescription, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isDeprecated, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, isScript, isTrait, name, setCommentText, setDeprecated, setFirstSentenceCommentText, setRawCommentText, setScript, setTokenType, tags, toString, tokenType |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Copyright © 2003-2014 The Codehaus. All rights reserved.