Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractDefinition<T extends AbstractDefinition<T>> - Class in org.basepom.mojo.propertyhelper.beans
- AbstractDefinition() - Constructor for class org.basepom.mojo.propertyhelper.beans.AbstractDefinition
- AbstractPropertyHelperMojo - Class in org.basepom.mojo.propertyhelper
-
Base code for all the mojos.
- AbstractPropertyHelperMojo() - Constructor for class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
- activeGroups - Variable in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
-
List of the property group ids to activate for a plugin execution.
- apply(String) - Method in class org.basepom.mojo.propertyhelper.TransformerRegistry.DashForWhitespaceTransformer
- apply(String) - Method in class org.basepom.mojo.propertyhelper.TransformerRegistry.LowercaseTransformer
- apply(String) - Method in class org.basepom.mojo.propertyhelper.TransformerRegistry.RemoveWhitespaceTransformer
- apply(String) - Method in class org.basepom.mojo.propertyhelper.TransformerRegistry.TrimTransformer
- apply(String) - Method in class org.basepom.mojo.propertyhelper.TransformerRegistry.UnderscoreForWhitespaceTransformer
- apply(String) - Method in class org.basepom.mojo.propertyhelper.TransformerRegistry.UppercaseTransformer
- apply(String) - Method in class org.basepom.mojo.propertyhelper.TransformerRegistry.UseDashTransformer
- apply(String) - Method in class org.basepom.mojo.propertyhelper.TransformerRegistry.UseUnderscoreTransformer
- applyTransformers(String, String) - Static method in class org.basepom.mojo.propertyhelper.TransformerRegistry
B
- basedir - Variable in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
C
- check() - Method in class org.basepom.mojo.propertyhelper.beans.AbstractDefinition
- check() - Method in class org.basepom.mojo.propertyhelper.beans.MacroDefinition
- check() - Method in class org.basepom.mojo.propertyhelper.beans.NumberDefinition
- checkState(IgnoreWarnFailCreate, boolean, String) - Static method in enum org.basepom.mojo.propertyhelper.beans.IgnoreWarnFailCreate
-
Reacts on a given thing existing or not existing.
- checkState(IgnoreWarnFail, boolean, String) - Static method in enum org.basepom.mojo.propertyhelper.beans.IgnoreWarnFail
-
Reacts on a given thing existing or not existing.
- CREATE - Enum constant in enum org.basepom.mojo.propertyhelper.beans.IgnoreWarnFailCreate
- createDates(ValueCache, DateDefinition...) - Static method in class org.basepom.mojo.propertyhelper.DateField
- createMacros(ValueCache, MacroDefinition[], AbstractPropertyHelperMojo) - Static method in class org.basepom.mojo.propertyhelper.MacroField
- createNumbers(ValueCache, NumberDefinition...) - Static method in class org.basepom.mojo.propertyhelper.NumberField
- createProperties(Model, Map<String, String>, PropertyGroup) - Static method in class org.basepom.mojo.propertyhelper.PropertyField
- createStrings(ValueCache, StringDefinition...) - Static method in class org.basepom.mojo.propertyhelper.StringField
- createUuids(ValueCache, UuidDefinition...) - Static method in class org.basepom.mojo.propertyhelper.UuidField
D
- DashForWhitespaceTransformer() - Constructor for class org.basepom.mojo.propertyhelper.TransformerRegistry.DashForWhitespaceTransformer
- DateDefinition - Class in org.basepom.mojo.propertyhelper.beans
- DateDefinition() - Constructor for class org.basepom.mojo.propertyhelper.beans.DateDefinition
- DateField - Class in org.basepom.mojo.propertyhelper
- DateField(DateDefinition, ValueProvider) - Constructor for class org.basepom.mojo.propertyhelper.DateField
- dates - Variable in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
-
Date property definitions.
- debug(String) - Method in class org.basepom.mojo.propertyhelper.util.Log
- debug(String, Object...) - Method in class org.basepom.mojo.propertyhelper.util.Log
- debug(String, Throwable, Object...) - Method in class org.basepom.mojo.propertyhelper.util.Log
- debug(Throwable, String) - Method in class org.basepom.mojo.propertyhelper.util.Log
- debug(Throwable, String, Object...) - Method in class org.basepom.mojo.propertyhelper.util.Log
- DemoMacro - Class in org.basepom.mojo.propertyhelper.macros
- DemoMacro() - Constructor for class org.basepom.mojo.propertyhelper.macros.DemoMacro
- dirty() - Method in class org.basepom.mojo.propertyhelper.ValueCache.ValueCacheEntry
- doCreate() - Method in class org.basepom.mojo.propertyhelper.ValueCache.ValueCacheEntry
- doExecute() - Method in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
-
Subclasses need to implement this method.
- doExecute() - Method in class org.basepom.mojo.propertyhelper.GetPropertiesMojo
- doExecute() - Method in class org.basepom.mojo.propertyhelper.IncrementNumbersMojo
E
- equals(Object) - Method in class org.basepom.mojo.propertyhelper.beans.MacroDefinition
- equals(Object) - Method in class org.basepom.mojo.propertyhelper.ValueCache.ValueCacheEntry
- error(String) - Method in class org.basepom.mojo.propertyhelper.util.Log
- error(String, Object...) - Method in class org.basepom.mojo.propertyhelper.util.Log
- error(String, Throwable, Object...) - Method in class org.basepom.mojo.propertyhelper.util.Log
- error(Throwable, String) - Method in class org.basepom.mojo.propertyhelper.util.Log
- error(Throwable, String, Object...) - Method in class org.basepom.mojo.propertyhelper.util.Log
- errorDebug(String, Throwable, Object...) - Method in class org.basepom.mojo.propertyhelper.util.Log
- errorDebug(Throwable, String) - Method in class org.basepom.mojo.propertyhelper.util.Log
- errorDebug(Throwable, String, Object...) - Method in class org.basepom.mojo.propertyhelper.util.Log
- execute() - Method in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
- execute() - Method in class org.basepom.mojo.propertyhelper.HelpMojo
F
- FAIL - Enum constant in enum org.basepom.mojo.propertyhelper.beans.IgnoreWarnFail
- FAIL - Enum constant in enum org.basepom.mojo.propertyhelper.beans.IgnoreWarnFailCreate
- findCallerLog() - Static method in class org.basepom.mojo.propertyhelper.util.Log
-
Finds the logger for the caller by using the call stack.
- findLog() - Static method in class org.basepom.mojo.propertyhelper.util.Log
-
Finds the logger for the current class by using the call stack.
- forClass(Class<?>) - Static method in class org.basepom.mojo.propertyhelper.util.Log
-
Returns a Logger for a given class.
- forLogger(Logger) - Static method in class org.basepom.mojo.propertyhelper.util.Log
-
Returns a Logger for a given log4j logger.
- formatResult(String) - Method in class org.basepom.mojo.propertyhelper.beans.AbstractDefinition
- forName(String) - Static method in class org.basepom.mojo.propertyhelper.TransformerRegistry
- forName(String) - Static method in class org.basepom.mojo.propertyhelper.util.Log
-
Returns a Logger for a given class or category name.
- forString(String) - Static method in enum org.basepom.mojo.propertyhelper.beans.IgnoreWarnFail
- forString(String) - Static method in enum org.basepom.mojo.propertyhelper.beans.IgnoreWarnFailCreate
G
- getBasedir() - Method in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
- getFieldNumber() - Method in class org.basepom.mojo.propertyhelper.beans.NumberDefinition
- getFormat() - Method in class org.basepom.mojo.propertyhelper.beans.AbstractDefinition
- getId() - Method in class org.basepom.mojo.propertyhelper.beans.AbstractDefinition
- getId() - Method in class org.basepom.mojo.propertyhelper.beans.PropertyGroup
- getIncrement() - Method in class org.basepom.mojo.propertyhelper.beans.NumberDefinition
- getInitialValue() - Method in class org.basepom.mojo.propertyhelper.beans.AbstractDefinition
- getMacroClass() - Method in class org.basepom.mojo.propertyhelper.beans.MacroDefinition
- getMacros() - Method in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
- getMacroType() - Method in class org.basepom.mojo.propertyhelper.beans.MacroDefinition
- getName() - Method in class org.basepom.mojo.propertyhelper.beans.PropertyDefinition
- getNameFunction() - Static method in class org.basepom.mojo.propertyhelper.beans.PropertyDefinition
- getNumbers() - Method in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
- getNumberValue() - Method in class org.basepom.mojo.propertyhelper.NumberField
- getOnDuplicateProperty() - Method in class org.basepom.mojo.propertyhelper.beans.PropertyGroup
- getOnMissingFile() - Method in class org.basepom.mojo.propertyhelper.beans.AbstractDefinition
- getOnMissingProperty() - Method in class org.basepom.mojo.propertyhelper.beans.AbstractDefinition
- getOnMissingProperty() - Method in class org.basepom.mojo.propertyhelper.beans.PropertyGroup
- getOnMissingValue() - Method in class org.basepom.mojo.propertyhelper.beans.StringDefinition
- getProject() - Method in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
- getProperties() - Method in class org.basepom.mojo.propertyhelper.beans.MacroDefinition
- getProperties() - Method in class org.basepom.mojo.propertyhelper.beans.PropertyGroup
- GetPropertiesMojo - Class in org.basepom.mojo.propertyhelper
-
Fetches the defined numbers and add properties.
- GetPropertiesMojo() - Constructor for class org.basepom.mojo.propertyhelper.GetPropertiesMojo
- getPropertyFile() - Method in class org.basepom.mojo.propertyhelper.beans.AbstractDefinition
- getPropertyName() - Method in class org.basepom.mojo.propertyhelper.beans.AbstractDefinition
- getPropertyName() - Method in class org.basepom.mojo.propertyhelper.DateField
- getPropertyName() - Method in class org.basepom.mojo.propertyhelper.MacroField
- getPropertyName() - Method in class org.basepom.mojo.propertyhelper.NumberField
- getPropertyName() - Method in interface org.basepom.mojo.propertyhelper.PropertyElement
-
The name of the property element.
- getPropertyName() - Method in class org.basepom.mojo.propertyhelper.PropertyField
- getPropertyName() - Method in class org.basepom.mojo.propertyhelper.StringField
- getPropertyName() - Method in class org.basepom.mojo.propertyhelper.UuidField
- getPropertyNames() - Method in class org.basepom.mojo.propertyhelper.beans.PropertyGroup
- getPropertyValue() - Method in class org.basepom.mojo.propertyhelper.DateField
- getPropertyValue() - Method in class org.basepom.mojo.propertyhelper.MacroField
- getPropertyValue() - Method in class org.basepom.mojo.propertyhelper.NumberField
- getPropertyValue() - Method in interface org.basepom.mojo.propertyhelper.PropertyElement
-
The value of the property.
- getPropertyValue() - Method in class org.basepom.mojo.propertyhelper.PropertyField
- getPropertyValue() - Method in class org.basepom.mojo.propertyhelper.StringField
- getPropertyValue() - Method in class org.basepom.mojo.propertyhelper.UuidField
- getPropertyValue(InterpolatorFactory, String, Map<String, String>) - Method in class org.basepom.mojo.propertyhelper.beans.PropertyGroup
- getSettings() - Method in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
- getTimezone() - Method in class org.basepom.mojo.propertyhelper.beans.DateDefinition
- getTransformers() - Method in class org.basepom.mojo.propertyhelper.beans.AbstractDefinition
- getTransformers() - Method in class org.basepom.mojo.propertyhelper.beans.PropertyDefinition
- getTransformers(String) - Static method in class org.basepom.mojo.propertyhelper.TransformerRegistry
- getValue() - Method in class org.basepom.mojo.propertyhelper.beans.DateDefinition
- getValue() - Method in class org.basepom.mojo.propertyhelper.beans.PropertyDefinition
- getValue() - Method in class org.basepom.mojo.propertyhelper.beans.UuidDefinition
- getValue() - Method in interface org.basepom.mojo.propertyhelper.ValueProvider
- getValue() - Method in class org.basepom.mojo.propertyhelper.ValueProvider.MapValueProvider
- getValue() - Method in class org.basepom.mojo.propertyhelper.ValueProvider.NullProvider
- getValue() - Method in class org.basepom.mojo.propertyhelper.ValueProvider.PropertyProvider
- getValue() - Method in class org.basepom.mojo.propertyhelper.ValueProvider.StaticValueProvider
- getValue(MacroDefinition, ValueProvider, AbstractPropertyHelperMojo) - Method in class org.basepom.mojo.propertyhelper.macros.DemoMacro
- getValue(MacroDefinition, ValueProvider, AbstractPropertyHelperMojo) - Method in interface org.basepom.mojo.propertyhelper.macros.MacroType
- getValueFunction() - Static method in class org.basepom.mojo.propertyhelper.beans.PropertyDefinition
- getValueProvider(AbstractDefinition<?>) - Method in class org.basepom.mojo.propertyhelper.ValueCache
- getValues() - Method in class org.basepom.mojo.propertyhelper.beans.StringDefinition
- getValues() - Method in class org.basepom.mojo.propertyhelper.ValueCache.ValueCacheEntry
H
- hashCode() - Method in class org.basepom.mojo.propertyhelper.beans.MacroDefinition
- hashCode() - Method in class org.basepom.mojo.propertyhelper.ValueCache.ValueCacheEntry
- HelpMojo - Class in org.basepom.mojo.propertyhelper
-
Display help information on property-helper-maven-plugin.
Callmvn property-helper:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details. - HelpMojo() - Constructor for class org.basepom.mojo.propertyhelper.HelpMojo
I
- IGNORE - Enum constant in enum org.basepom.mojo.propertyhelper.beans.IgnoreWarnFail
- IGNORE - Enum constant in enum org.basepom.mojo.propertyhelper.beans.IgnoreWarnFailCreate
- IgnoreWarnFail - Enum in org.basepom.mojo.propertyhelper.beans
- IgnoreWarnFailCreate - Enum in org.basepom.mojo.propertyhelper.beans
- increment() - Method in class org.basepom.mojo.propertyhelper.NumberField
- IncrementNumbersMojo - Class in org.basepom.mojo.propertyhelper
-
Fetches the defined numbers, adds properties and increments all numbers.
- IncrementNumbersMojo() - Constructor for class org.basepom.mojo.propertyhelper.IncrementNumbersMojo
- info(String) - Method in class org.basepom.mojo.propertyhelper.util.Log
- info(String, Object...) - Method in class org.basepom.mojo.propertyhelper.util.Log
- info(String, Throwable, Object...) - Method in class org.basepom.mojo.propertyhelper.util.Log
- info(Throwable, String) - Method in class org.basepom.mojo.propertyhelper.util.Log
- info(Throwable, String, Object...) - Method in class org.basepom.mojo.propertyhelper.util.Log
- infoDebug(String, Throwable, Object...) - Method in class org.basepom.mojo.propertyhelper.util.Log
- infoDebug(Throwable, String) - Method in class org.basepom.mojo.propertyhelper.util.Log
- infoDebug(Throwable, String, Object...) - Method in class org.basepom.mojo.propertyhelper.util.Log
- INITIAL_VALUE - Static variable in class org.basepom.mojo.propertyhelper.beans.NumberDefinition
- interpolate(String, IgnoreWarnFail, Map<String, String>) - Method in class org.basepom.mojo.propertyhelper.InterpolatorFactory
- InterpolatorFactory - Class in org.basepom.mojo.propertyhelper
- InterpolatorFactory(Model) - Constructor for class org.basepom.mojo.propertyhelper.InterpolatorFactory
- isActiveOnRelease() - Method in class org.basepom.mojo.propertyhelper.beans.PropertyGroup
- isActiveOnSnapshot() - Method in class org.basepom.mojo.propertyhelper.beans.PropertyGroup
- isBlankIsValid() - Method in class org.basepom.mojo.propertyhelper.beans.StringDefinition
- isCreate() - Method in class org.basepom.mojo.propertyhelper.ValueCache.ValueCacheEntry
- isDebugEnabled() - Method in class org.basepom.mojo.propertyhelper.util.Log
- isDirty() - Method in class org.basepom.mojo.propertyhelper.ValueCache.ValueCacheEntry
- isErrorEnabled() - Method in class org.basepom.mojo.propertyhelper.util.Log
- isExists() - Method in class org.basepom.mojo.propertyhelper.ValueCache.ValueCacheEntry
- isExport() - Method in class org.basepom.mojo.propertyhelper.beans.AbstractDefinition
- isExport() - Method in class org.basepom.mojo.propertyhelper.DateField
- isExport() - Method in class org.basepom.mojo.propertyhelper.MacroField
- isExport() - Method in class org.basepom.mojo.propertyhelper.NumberField
- isExport() - Method in interface org.basepom.mojo.propertyhelper.PropertyElement
-
True if the value of this element should be exposed as a maven property.
- isExport() - Method in class org.basepom.mojo.propertyhelper.PropertyField
- isExport() - Method in class org.basepom.mojo.propertyhelper.StringField
- isExport() - Method in class org.basepom.mojo.propertyhelper.UuidField
- isInfoEnabled() - Method in class org.basepom.mojo.propertyhelper.util.Log
- isSkip() - Method in class org.basepom.mojo.propertyhelper.beans.AbstractDefinition
- isTraceEnabled() - Method in class org.basepom.mojo.propertyhelper.util.Log
- isWarnEnabled() - Method in class org.basepom.mojo.propertyhelper.util.Log
L
- loadPropertyElements() - Method in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
- Log - Class in org.basepom.mojo.propertyhelper.util
-
Wraps a Logger into a number of convenience methods such as varargs.
- LOG - Static variable in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
- LowercaseTransformer() - Constructor for class org.basepom.mojo.propertyhelper.TransformerRegistry.LowercaseTransformer
M
- MacroDefinition - Class in org.basepom.mojo.propertyhelper.beans
- MacroDefinition() - Constructor for class org.basepom.mojo.propertyhelper.beans.MacroDefinition
- MacroField - Class in org.basepom.mojo.propertyhelper
- MacroField(MacroDefinition, ValueProvider, AbstractPropertyHelperMojo) - Constructor for class org.basepom.mojo.propertyhelper.MacroField
- macroMap - Variable in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
- macros - Variable in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
-
Macro definitions.
- MacroType - Interface in org.basepom.mojo.propertyhelper.macros
N
- NULL_PROVIDER - Static variable in interface org.basepom.mojo.propertyhelper.ValueProvider
- NumberDefinition - Class in org.basepom.mojo.propertyhelper.beans
- NumberDefinition() - Constructor for class org.basepom.mojo.propertyhelper.beans.NumberDefinition
- NumberField - Class in org.basepom.mojo.propertyhelper
- NumberField(NumberDefinition, ValueProvider) - Constructor for class org.basepom.mojo.propertyhelper.NumberField
- numberFields - Variable in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
- numbers - Variable in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
-
Number property definitions.
O
- onDuplicateProperty - Variable in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
-
Defines the action to take if a property is present multiple times.
- onMissingProperty - Variable in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
-
Defines the action to take if a referenced property is missing.
- org.basepom.mojo.propertyhelper - module org.basepom.mojo.propertyhelper
- org.basepom.mojo.propertyhelper - package org.basepom.mojo.propertyhelper
- org.basepom.mojo.propertyhelper.beans - package org.basepom.mojo.propertyhelper.beans
- org.basepom.mojo.propertyhelper.macros - package org.basepom.mojo.propertyhelper.macros
- org.basepom.mojo.propertyhelper.util - package org.basepom.mojo.propertyhelper.util
P
- persist() - Method in class org.basepom.mojo.propertyhelper.ValueCache
- project - Variable in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
-
The maven project (effective pom).
- PropertyDefinition - Class in org.basepom.mojo.propertyhelper.beans
- PropertyDefinition() - Constructor for class org.basepom.mojo.propertyhelper.beans.PropertyDefinition
- PropertyDefinition(String, String) - Constructor for class org.basepom.mojo.propertyhelper.beans.PropertyDefinition
- PropertyElement - Interface in org.basepom.mojo.propertyhelper
-
Defines a property element.
- PropertyField - Class in org.basepom.mojo.propertyhelper
- PropertyGroup - Class in org.basepom.mojo.propertyhelper.beans
- PropertyGroup() - Constructor for class org.basepom.mojo.propertyhelper.beans.PropertyGroup
- propertyGroups - Variable in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
-
List of available property groups.
R
- RemoveWhitespaceTransformer() - Constructor for class org.basepom.mojo.propertyhelper.TransformerRegistry.RemoveWhitespaceTransformer
- ROLE - Static variable in interface org.basepom.mojo.propertyhelper.macros.MacroType
S
- setActiveOnRelease(boolean) - Method in class org.basepom.mojo.propertyhelper.beans.PropertyGroup
- setActiveOnSnapshot(boolean) - Method in class org.basepom.mojo.propertyhelper.beans.PropertyGroup
- setBlankIsValid(boolean) - Method in class org.basepom.mojo.propertyhelper.beans.StringDefinition
- setExport(boolean) - Method in class org.basepom.mojo.propertyhelper.beans.AbstractDefinition
- setFieldNumber(int) - Method in class org.basepom.mojo.propertyhelper.beans.NumberDefinition
- setFormat(String) - Method in class org.basepom.mojo.propertyhelper.beans.AbstractDefinition
- setId(String) - Method in class org.basepom.mojo.propertyhelper.beans.AbstractDefinition
- setId(String) - Method in class org.basepom.mojo.propertyhelper.beans.PropertyGroup
- setIncrement(int) - Method in class org.basepom.mojo.propertyhelper.beans.NumberDefinition
- setInitialValue(String) - Method in class org.basepom.mojo.propertyhelper.beans.AbstractDefinition
- setMacroClass(String) - Method in class org.basepom.mojo.propertyhelper.beans.MacroDefinition
- setMacroType(String) - Method in class org.basepom.mojo.propertyhelper.beans.MacroDefinition
- setNumberValue(Long) - Method in class org.basepom.mojo.propertyhelper.NumberField
- setOnDuplicateProperty(String) - Method in class org.basepom.mojo.propertyhelper.beans.PropertyGroup
- setOnMissingFile(String) - Method in class org.basepom.mojo.propertyhelper.beans.AbstractDefinition
- setOnMissingProperty(String) - Method in class org.basepom.mojo.propertyhelper.beans.AbstractDefinition
- setOnMissingProperty(String) - Method in class org.basepom.mojo.propertyhelper.beans.PropertyGroup
- setOnMissingValue(String) - Method in class org.basepom.mojo.propertyhelper.beans.StringDefinition
- setProperties(Map<String, String>) - Method in class org.basepom.mojo.propertyhelper.beans.PropertyGroup
- setProperties(Properties) - Method in class org.basepom.mojo.propertyhelper.beans.MacroDefinition
- setPropertyFile(File) - Method in class org.basepom.mojo.propertyhelper.beans.AbstractDefinition
- setPropertyName(String) - Method in class org.basepom.mojo.propertyhelper.beans.AbstractDefinition
- setSkip(boolean) - Method in class org.basepom.mojo.propertyhelper.beans.AbstractDefinition
- setTimezone(String) - Method in class org.basepom.mojo.propertyhelper.beans.DateDefinition
- settings - Variable in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
- setValue(Long) - Method in class org.basepom.mojo.propertyhelper.beans.DateDefinition
- setValue(String) - Method in class org.basepom.mojo.propertyhelper.beans.UuidDefinition
- setValue(String) - Method in class org.basepom.mojo.propertyhelper.ValueProvider.MapValueProvider
- setValue(String) - Method in class org.basepom.mojo.propertyhelper.ValueProvider.NullProvider
- setValue(String) - Method in class org.basepom.mojo.propertyhelper.ValueProvider.PropertyProvider
- setValue(String) - Method in interface org.basepom.mojo.propertyhelper.ValueProvider
- setValue(String) - Method in class org.basepom.mojo.propertyhelper.ValueProvider.StaticValueProvider
- setValues(List<String>) - Method in class org.basepom.mojo.propertyhelper.beans.StringDefinition
- store(OutputStream, String) - Method in class org.basepom.mojo.propertyhelper.ValueCache.ValueCacheEntry
- StringDefinition - Class in org.basepom.mojo.propertyhelper.beans
- StringDefinition() - Constructor for class org.basepom.mojo.propertyhelper.beans.StringDefinition
- StringField - Class in org.basepom.mojo.propertyhelper
- StringField(StringDefinition, ValueProvider) - Constructor for class org.basepom.mojo.propertyhelper.StringField
- strings - Variable in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
-
String property definitions.
T
- toString() - Method in class org.basepom.mojo.propertyhelper.beans.MacroDefinition
- toString() - Method in class org.basepom.mojo.propertyhelper.DateField
- toString() - Method in class org.basepom.mojo.propertyhelper.MacroField
- toString() - Method in class org.basepom.mojo.propertyhelper.NumberField
- toString() - Method in class org.basepom.mojo.propertyhelper.StringField
- toString() - Method in class org.basepom.mojo.propertyhelper.UuidField
- toString() - Method in class org.basepom.mojo.propertyhelper.ValueCache.ValueCacheEntry
- trace(String) - Method in class org.basepom.mojo.propertyhelper.util.Log
- trace(String, Object...) - Method in class org.basepom.mojo.propertyhelper.util.Log
- trace(String, Throwable, Object...) - Method in class org.basepom.mojo.propertyhelper.util.Log
- trace(Throwable, String) - Method in class org.basepom.mojo.propertyhelper.util.Log
- trace(Throwable, String, Object...) - Method in class org.basepom.mojo.propertyhelper.util.Log
- TransformerRegistry - Class in org.basepom.mojo.propertyhelper
- TransformerRegistry.DashForWhitespaceTransformer - Class in org.basepom.mojo.propertyhelper
- TransformerRegistry.LowercaseTransformer - Class in org.basepom.mojo.propertyhelper
- TransformerRegistry.RemoveWhitespaceTransformer - Class in org.basepom.mojo.propertyhelper
- TransformerRegistry.TrimTransformer - Class in org.basepom.mojo.propertyhelper
- TransformerRegistry.UnderscoreForWhitespaceTransformer - Class in org.basepom.mojo.propertyhelper
- TransformerRegistry.UppercaseTransformer - Class in org.basepom.mojo.propertyhelper
- TransformerRegistry.UseDashTransformer - Class in org.basepom.mojo.propertyhelper
- TransformerRegistry.UseUnderscoreTransformer - Class in org.basepom.mojo.propertyhelper
- TrimTransformer() - Constructor for class org.basepom.mojo.propertyhelper.TransformerRegistry.TrimTransformer
U
- UnderscoreForWhitespaceTransformer() - Constructor for class org.basepom.mojo.propertyhelper.TransformerRegistry.UnderscoreForWhitespaceTransformer
- UppercaseTransformer() - Constructor for class org.basepom.mojo.propertyhelper.TransformerRegistry.UppercaseTransformer
- UseDashTransformer() - Constructor for class org.basepom.mojo.propertyhelper.TransformerRegistry.UseDashTransformer
- UseUnderscoreTransformer() - Constructor for class org.basepom.mojo.propertyhelper.TransformerRegistry.UseUnderscoreTransformer
- UuidDefinition - Class in org.basepom.mojo.propertyhelper.beans
- UuidDefinition() - Constructor for class org.basepom.mojo.propertyhelper.beans.UuidDefinition
- UuidField - Class in org.basepom.mojo.propertyhelper
- UuidField(UuidDefinition, ValueProvider) - Constructor for class org.basepom.mojo.propertyhelper.UuidField
- uuids - Variable in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
-
Uuid definitions.
V
- valueCache - Variable in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
- ValueCache - Class in org.basepom.mojo.propertyhelper
- ValueCache() - Constructor for class org.basepom.mojo.propertyhelper.ValueCache
- ValueCache.ValueCacheEntry - Class in org.basepom.mojo.propertyhelper
- valueOf(String) - Static method in enum org.basepom.mojo.propertyhelper.beans.IgnoreWarnFail
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.basepom.mojo.propertyhelper.beans.IgnoreWarnFailCreate
-
Returns the enum constant of this type with the specified name.
- ValueProvider - Interface in org.basepom.mojo.propertyhelper
- ValueProvider.MapValueProvider - Class in org.basepom.mojo.propertyhelper
- ValueProvider.NullProvider - Class in org.basepom.mojo.propertyhelper
- ValueProvider.PropertyProvider - Class in org.basepom.mojo.propertyhelper
- ValueProvider.StaticValueProvider - Class in org.basepom.mojo.propertyhelper
- values() - Static method in enum org.basepom.mojo.propertyhelper.beans.IgnoreWarnFail
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.basepom.mojo.propertyhelper.beans.IgnoreWarnFailCreate
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- warn(String) - Method in class org.basepom.mojo.propertyhelper.util.Log
- warn(String, Object...) - Method in class org.basepom.mojo.propertyhelper.util.Log
- warn(String, Throwable, Object...) - Method in class org.basepom.mojo.propertyhelper.util.Log
- warn(Throwable, String) - Method in class org.basepom.mojo.propertyhelper.util.Log
- warn(Throwable, String, Object...) - Method in class org.basepom.mojo.propertyhelper.util.Log
- WARN - Enum constant in enum org.basepom.mojo.propertyhelper.beans.IgnoreWarnFail
- WARN - Enum constant in enum org.basepom.mojo.propertyhelper.beans.IgnoreWarnFailCreate
- warnDebug(String, Throwable, Object...) - Method in class org.basepom.mojo.propertyhelper.util.Log
- warnDebug(Throwable, String) - Method in class org.basepom.mojo.propertyhelper.util.Log
- warnDebug(Throwable, String, Object...) - Method in class org.basepom.mojo.propertyhelper.util.Log
All Classes and Interfaces|All Packages|Constant Field Values