| 
Groovy 1.8.5 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
org.codehaus.groovy.groovydoc.GroovyPackageDocorg.codehaus.groovy.groovydoc.GroovyDoc
public interface GroovyPackageDoc extends GroovyDoc
| Method Summary | |
|---|---|
            GroovyClassDoc[]
         | 
        
            allClasses()
            All included classes and interfaces in this package.  | 
        
            GroovyClassDoc[]
         | 
        
            allClasses(boolean filter)
            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 className)
            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.  | 
        
            String
         | 
        
            summary()
            The one-sentence summary for the package derived from the beginning of the description.  | 
        
| Methods inherited from interface GroovyDoc | |
|---|---|
| commentText, firstSentenceCommentText, getRawCommentText, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isDeprecated, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, setRawCommentText | 
| Methods inherited from interface Comparable | |
|---|---|
| compareTo | 
| Method Detail | 
|---|
public GroovyClassDoc[] allClasses()
public GroovyClassDoc[] allClasses(boolean filter)
filter -  Specifying true filters according to the specified access modifier option.
 Specifying false includes all classes and interfaces regardless of access modifier option.
public String description()
public GroovyClassDoc[] enums()
public GroovyClassDoc[] errors()
public GroovyClassDoc[] exceptions()
public GroovyClassDoc findClass(String className)
className -  the name of the class to find
public String getRelativeRootPath()
public GroovyClassDoc[] interfaces()
public String nameWithDots()
public GroovyClassDoc[] ordinaryClasses()
public String summary()
Copyright © 2003-2011 The Codehaus. All rights reserved.