Class License
java.lang.Object
org.apache.rat.documentation.velocity.License
The License representation for documentation.
-
Method Summary
Modifier and TypeMethodDescriptionfamily()
Gets the family name of this license.Gets the matcher associated with this license.Gets the matcher tree associated with this license.id()
Gets the id for this license if it is not a system generated one.name()
Gets the name of this license.note()
Gets the space normalized note for the license.
-
Method Details
-
name
Gets the name of this license.- Returns:
- the name of this license.
-
family
Gets the family name of this license.- Returns:
- the family name of this license.
-
note
Gets the space normalized note for the license.- Returns:
- the space normalized note for the license. May be
null
. - See Also:
-
id
Gets the id for this license if it is not a system generated one.- Returns:
- the id for this license. May be
null
.
-
getMatcher
Gets the matcher associated with this license.- Returns:
- the matcher associated with this license.
-
getMatcherTree
Gets the matcher tree associated with this license.- Returns:
- the matcher tree associated with this license.
-