|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc
org.codehaus.groovy.tools.groovydoc.SimpleGroovyPackageDoc
public class SimpleGroovyPackageDoc
Field Summary |
---|
Constructor Summary | |
---|---|
SimpleGroovyPackageDoc(String name)
|
Method Summary | |
---|---|
GroovyClassDoc[] |
allClasses()
All included classes and interfaces in this package. |
GroovyClassDoc[] |
allClasses(boolean arg0)
All classes and interfaces in this package optionally limited to just the included ones. |
String |
description()
Description of the package. |
GroovyClassDoc[] |
enums()
Included enum types in this package. |
GroovyClassDoc[] |
errors()
Included errors in this package. |
GroovyClassDoc[] |
exceptions()
Included exceptions in this package. |
GroovyClassDoc |
findClass(String arg0)
Find a class or interface within this package. |
String |
getRelativeRootPath()
|
GroovyClassDoc[] |
interfaces()
Included interfaces in this package. |
String |
nameWithDots()
|
GroovyClassDoc[] |
ordinaryClasses()
Included ordinary classes in this package. |
void |
putAll(Map<String,GroovyClassDoc> classes)
|
void |
setDescription(String description)
|
void |
setSummary(String summary)
|
String |
summary()
The one-sentence summary for the package derived from the beginning of the description. |
Methods inherited from class org.codehaus.groovy.tools.groovydoc.SimpleGroovyDoc |
---|
calculateFirstSentence, commentText, compareTo, firstSentenceCommentText, getRawCommentText, getTypeDescription, getTypeSourceDescription, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isDeprecated, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, setCommentText, setDeprecated, setFirstSentenceCommentText, setRawCommentText, setTokenType, tags, tokenType, 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, isDeprecated, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, setRawCommentText |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Constructor Detail |
---|
public SimpleGroovyPackageDoc(String name)
Method Detail |
---|
public GroovyClassDoc[] allClasses()
GroovyPackageDoc
allClasses
in interface GroovyPackageDoc
public void setDescription(String description)
public void setSummary(String summary)
public void putAll(Map<String,GroovyClassDoc> classes)
public String nameWithDots()
nameWithDots
in interface GroovyPackageDoc
public GroovyClassDoc[] allClasses(boolean arg0)
GroovyPackageDoc
allClasses
in interface GroovyPackageDoc
arg0
- Specifying true filters according to the specified access modifier option.
Specifying false includes all classes and interfaces regardless of access modifier option.
public GroovyClassDoc[] enums()
GroovyPackageDoc
enums
in interface GroovyPackageDoc
public GroovyClassDoc[] errors()
GroovyPackageDoc
errors
in interface GroovyPackageDoc
public GroovyClassDoc[] exceptions()
GroovyPackageDoc
exceptions
in interface GroovyPackageDoc
public GroovyClassDoc findClass(String arg0)
GroovyPackageDoc
findClass
in interface GroovyPackageDoc
arg0
- the name of the class to find
public GroovyClassDoc[] interfaces()
GroovyPackageDoc
interfaces
in interface GroovyPackageDoc
public GroovyClassDoc[] ordinaryClasses()
GroovyPackageDoc
ordinaryClasses
in interface GroovyPackageDoc
public String description()
GroovyPackageDoc
description
in interface GroovyPackageDoc
public String summary()
GroovyPackageDoc
summary
in interface GroovyPackageDoc
public String getRelativeRootPath()
getRelativeRootPath
in interface GroovyPackageDoc
|
Copyright © 2003-2009 The Codehaus. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |