Uses of Class
org.basepom.mojo.propertyhelper.beans.MacroDefinition
Package
Description
-
Uses of MacroDefinition in org.basepom.mojo.propertyhelper
Modifier and TypeMethodDescriptionstatic List<MacroField>
MacroField.createMacros
(ValueCache valueCache, MacroDefinition[] macroDefinitions, AbstractPropertyHelperMojo mojo) ModifierConstructorDescriptionMacroField
(MacroDefinition macroDefinition, ValueProvider valueProvider, AbstractPropertyHelperMojo mojo) -
Uses of MacroDefinition in org.basepom.mojo.propertyhelper.beans
Modifier and TypeMethodDescriptionMacroDefinition.setMacroClass
(String macroClass) MacroDefinition.setMacroType
(String macroType) MacroDefinition.setProperties
(Properties properties) -
Uses of MacroDefinition in org.basepom.mojo.propertyhelper.macros
Modifier and TypeMethodDescriptionDemoMacro.getValue
(MacroDefinition macroDefinition, ValueProvider valueProvider, AbstractPropertyHelperMojo mojo) MacroType.getValue
(MacroDefinition macroDefinition, ValueProvider valueProvider, AbstractPropertyHelperMojo mojo)