Uses of Class
org.apache.rat.config.parameters.Description
Packages that use Description
Package
Description
Classes that perform analyses of files.
Classes that manage information about parameters for builders, matchers and similar components.
Contains velocity based tools and accessories.
-
Uses of Description in org.apache.rat.analysis
Methods in org.apache.rat.analysis that return DescriptionModifier and TypeMethodDescriptiondefault Description
IHeaderMatcher.Builder.getDescription()
Gets the description for this builder.default Description
IHeaderMatcher.getDescription()
Generates the component Description. -
Uses of Description in org.apache.rat.config.parameters
Methods in org.apache.rat.config.parameters that return DescriptionModifier and TypeMethodDescriptionstatic Description
Create the description for the object.static Description
Create a description for a class.Methods in org.apache.rat.config.parameters that return types with arguments of type DescriptionModifier and TypeMethodDescriptionDescription.childrenOfType
(ComponentType type) Get all the children of a specific typeDescription.filterChildren
(Predicate<Description> filter) Gets a filtered collection of the child descriptions.Description.getChildren()
Gets a map of the parameters that the object contains.Method parameters in org.apache.rat.config.parameters with type arguments of type DescriptionModifier and TypeMethodDescriptionDescription.filterChildren
(Predicate<Description> filter) Gets a filtered collection of the child descriptions.Constructor parameters in org.apache.rat.config.parameters with type arguments of type DescriptionModifierConstructorDescriptionDescription
(ComponentType type, String name, String desc, boolean isCollection, Class<?> childClass, Collection<Description> children, boolean required) Constructor.Description
(ConfigComponent configComponent, boolean isCollection, Class<?> childClass, Collection<Description> children) Constructor -
Uses of Description in org.apache.rat.documentation.velocity
Methods in org.apache.rat.documentation.velocity that return DescriptionModifier and TypeMethodDescriptionMatcherTree.getRoot()
Gets the description of the root of the tree.Methods in org.apache.rat.documentation.velocity that return types with arguments of type DescriptionModifier and TypeMethodDescriptionRatTool.licenseProperties()
Gets a list of license property descriptions.