Enum Product
- All Implemented Interfaces:
- Serializable,- Comparable<Product>,- java.lang.constant.Constable
Products generated by velocity templates.
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionProduces a directories report.Produces a LICENSE report.Produces a missing license report.Produces a NOTICE report.Produces an xml template.
- 
Method SummaryModifier and TypeMethodDescriptionGets result implemented by this product.Gets the template name that generates this product.static ProductReturns the enum constant of this type with the specified name.static Product[]values()Returns an array containing the constants of this enum type, in the order they are declared.writerFrom(ResultWriterFactory writerFactory) Builds writer for this product.
- 
Enum Constant Details- 
NOTICEProduces a NOTICE report.
- 
LICENSEProduces a LICENSE report.
- 
DIRECTORIES_REPORT_TEMPLATEProduces a directories report.
- 
MISSING_LICENSE_REPORT_TEMPLATEProduces a missing license report.
- 
XML_TEMPLATEProduces an xml template.
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
 
- 
valueOfReturns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
getTemplateGets the template name that generates this product.- Returns:
- not null
 
- 
getResultGets result implemented by this product.- Returns:
- not null
 
- 
writerFromBuilds writer for this product.- Parameters:
- writerFactory- not null
- Returns:
- not null
- Throws:
- IOException- when write fails
 
 
-