Uses of Class
org.basepom.mojo.propertyhelper.beans.MacroDefinition
Packages that use MacroDefinition
Package
Description
-
Uses of MacroDefinition in org.basepom.mojo.propertyhelper
Fields in org.basepom.mojo.propertyhelper declared as MacroDefinitionMethods in org.basepom.mojo.propertyhelper with parameters of type MacroDefinitionModifier and TypeMethodDescriptionstatic List<MacroField>
MacroField.createMacros
(ValueCache valueCache, MacroDefinition[] macroDefinitions, AbstractPropertyHelperMojo mojo) Constructors in org.basepom.mojo.propertyhelper with parameters of type MacroDefinitionModifierConstructorDescriptionMacroField
(MacroDefinition macroDefinition, ValueProvider valueProvider, AbstractPropertyHelperMojo mojo) -
Uses of MacroDefinition in org.basepom.mojo.propertyhelper.beans
Methods in org.basepom.mojo.propertyhelper.beans that return MacroDefinitionModifier and TypeMethodDescriptionMacroDefinition.setMacroClass
(String macroClass) MacroDefinition.setMacroType
(String macroType) MacroDefinition.setProperties
(Properties properties) -
Uses of MacroDefinition in org.basepom.mojo.propertyhelper.macros
Methods in org.basepom.mojo.propertyhelper.macros with parameters of type MacroDefinitionModifier and TypeMethodDescriptionDemoMacro.getValue
(MacroDefinition macroDefinition, ValueProvider valueProvider, AbstractPropertyHelperMojo mojo) MacroType.getValue
(MacroDefinition macroDefinition, ValueProvider valueProvider, AbstractPropertyHelperMojo mojo)