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.
- 
Uses of Description in org.apache.rat.analysisMethods in org.apache.rat.analysis that return DescriptionModifier and TypeMethodDescriptiondefault DescriptionIHeaderMatcher.Builder.getDescription()Gets the description for this builder.default DescriptionIHeaderMatcher.getDescription()Generates the component Description.
- 
Uses of Description in org.apache.rat.config.parametersMethods in org.apache.rat.config.parameters that return DescriptionModifier and TypeMethodDescriptionstatic DescriptionCreate the description for the object.static DescriptionCreate 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