Class SimpleGroovyPackageDoc

    • Constructor Detail

      • SimpleGroovyPackageDoc

        public SimpleGroovyPackageDoc​(String name)
    • Method Detail

      • allClasses

        public GroovyClassDoc[] allClasses()
        Description copied from interface: GroovyPackageDoc
        All included classes and interfaces in this package.
        Specified by:
        allClasses in interface GroovyPackageDoc
        Returns:
        array of classes and interfaces found or empty array if none found
      • setDescription

        public void setDescription​(String description)
      • setSummary

        public void setSummary​(String summary)
      • allClasses

        public GroovyClassDoc[] allClasses​(boolean arg0)
        Description copied from interface: GroovyPackageDoc
        All classes and interfaces in this package optionally limited to just the included ones.
        Specified by:
        allClasses in interface GroovyPackageDoc
        Parameters:
        arg0 - Specifying true filters according to the specified access modifier option. Specifying false includes all classes and interfaces regardless of access modifier option.
        Returns:
        array of classes and interfaces found or empty array if none found
      • findClass

        public GroovyClassDoc findClass​(String arg0)
        Description copied from interface: GroovyPackageDoc
        Find a class or interface within this package.
        Specified by:
        findClass in interface GroovyPackageDoc
        Parameters:
        arg0 - the name of the class to find
        Returns:
        ClassDoc of found class or interface, or null if not found
      • ordinaryClasses

        public GroovyClassDoc[] ordinaryClasses()
        Description copied from interface: GroovyPackageDoc
        Included ordinary classes in this package.
        Specified by:
        ordinaryClasses in interface GroovyPackageDoc
        Returns:
        array of ordinary classes (non-interface, non-enum, non-throwable classes) found or empty array if none found
      • summary

        public String summary()
        Description copied from interface: GroovyPackageDoc
        The one-sentence summary for the package derived from the beginning of the description.
        Specified by:
        summary in interface GroovyPackageDoc
        Returns:
        the summary