Package com.install4j.api.beaninfo
Class ProjectReportProperty
java.lang.Object
com.install4j.api.beaninfo.ProjectReportProperty
A project report element contributed by a customizer. All regular properties of your beans that have
a non-empty display name are included in the project report. Properties that have empty
display names can be used in customizers. If your customizer implements
CustomizerCallback,
it can contribute multiple entries to the project report.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProjectReportProperty(String propertyName, String reportValue) Construct a project report property with a property name and a report value. -
Method Summary
Modifier and TypeMethodDescriptionGet the property name.Get the report value.voidsetPropertyName(String propertyName) Set the property name.voidsetReportValue(String reportValue) Set the report value.
-
Constructor Details
-
ProjectReportProperty
Construct a project report property with a property name and a report value. The property name should be the same as the name of the customizer.- Parameters:
propertyName- the namereportValue- the description- See Also:
-
-
Method Details
-
getPropertyName
Get the property name.- Returns:
- the property name
-
setPropertyName
Set the property name.- Parameters:
propertyName- the property name
-
getReportValue
Get the report value.- Returns:
- the report value
-
setReportValue
Set the report value.- Parameters:
reportValue- the report value
-