Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractPropertyHelperMojo - Class in org.basepom.mojo.propertyhelper
- AbstractPropertyHelperMojo() - Constructor for class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
- 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(List<String>) - Method in class org.basepom.mojo.propertyhelper.TransformerRegistry
C
- check() - Method in class org.basepom.mojo.propertyhelper.definitions.FieldDefinition
- check() - Method in class org.basepom.mojo.propertyhelper.definitions.MacroDefinition
- check() - Method in class org.basepom.mojo.propertyhelper.definitions.NumberDefinition
- check() - Method in class org.basepom.mojo.propertyhelper.definitions.PropertyDefinition
- checkActive(boolean) - Method in class org.basepom.mojo.propertyhelper.groups.PropertyGroup
- checkIgnoreWarnFailCreateState(boolean, IgnoreWarnFailCreate, Supplier<String>, Supplier<String>) - Static method in enum org.basepom.mojo.propertyhelper.IgnoreWarnFailCreate
- checkIgnoreWarnFailState(boolean, IgnoreWarnFail, Supplier<String>, Supplier<String>) - Static method in enum org.basepom.mojo.propertyhelper.IgnoreWarnFail
-
Ensure that a given element exists.
- CREATE - Enum constant in enum org.basepom.mojo.propertyhelper.IgnoreWarnFailCreate
- createField(FieldContext, ValueCache) - Method in class org.basepom.mojo.propertyhelper.definitions.DateDefinition
- createField(FieldContext, ValueCache) - Method in class org.basepom.mojo.propertyhelper.definitions.FieldDefinition
- createField(FieldContext, ValueCache) - Method in class org.basepom.mojo.propertyhelper.definitions.MacroDefinition
- createField(FieldContext, ValueCache) - Method in class org.basepom.mojo.propertyhelper.definitions.NumberDefinition
- createField(FieldContext, ValueCache) - Method in class org.basepom.mojo.propertyhelper.definitions.StringDefinition
- createField(FieldContext, ValueCache) - Method in class org.basepom.mojo.propertyhelper.definitions.UuidDefinition
- createGroup(FieldContext) - Method in class org.basepom.mojo.propertyhelper.definitions.PropertyGroupDefinition
- createGroups() - Method in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
- createProperties(Map<String, String>) - Method in class org.basepom.mojo.propertyhelper.groups.PropertyGroup
D
- DashForWhitespaceTransformer() - Constructor for class org.basepom.mojo.propertyhelper.TransformerRegistry.DashForWhitespaceTransformer
- DateDefinition - Class in org.basepom.mojo.propertyhelper.definitions
- DateDefinition() - Constructor for class org.basepom.mojo.propertyhelper.definitions.DateDefinition
- DateField - Class in org.basepom.mojo.propertyhelper.fields
- DateField(DateDefinition, ValueProvider, FieldContext) - Constructor for class org.basepom.mojo.propertyhelper.fields.DateField
- 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
E
- equals(Object) - Method in class org.basepom.mojo.propertyhelper.definitions.FieldDefinition
- equals(Object) - Method in class org.basepom.mojo.propertyhelper.definitions.MacroDefinition
- equals(Object) - Method in class org.basepom.mojo.propertyhelper.definitions.NumberDefinition
- equals(Object) - Method in class org.basepom.mojo.propertyhelper.definitions.PropertyDefinition
- equals(Object) - Method in class org.basepom.mojo.propertyhelper.definitions.StringDefinition
- equals(Object) - Method in class org.basepom.mojo.propertyhelper.definitions.UuidDefinition
- equals(Object) - Method in class org.basepom.mojo.propertyhelper.ValueCache.ValueCacheEntry
- 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.IgnoreWarnFail
- FAIL - Enum constant in enum org.basepom.mojo.propertyhelper.IgnoreWarnFailCreate
- Field<T,
U extends FieldDefinition<T>> - Class in org.basepom.mojo.propertyhelper -
Describe all the fields.
- FieldContext - Interface in org.basepom.mojo.propertyhelper
-
All accessible values from the Maven build system for a Field.
- FieldDefinition<T> - Class in org.basepom.mojo.propertyhelper.definitions
-
Common properties for a field.
- findCurrentValueProvider(Map<String, String>, FieldDefinition<?>) - Method in class org.basepom.mojo.propertyhelper.ValueCache
- forString(String) - Static method in enum org.basepom.mojo.propertyhelper.IgnoreWarnFail
- forString(String) - Static method in enum org.basepom.mojo.propertyhelper.IgnoreWarnFailCreate
- forTesting() - Static method in interface org.basepom.mojo.propertyhelper.FieldContext
-
Returns a fixed instance for testing.
- forTesting() - Static method in class org.basepom.mojo.propertyhelper.InterpolatorFactory
- forTesting(DateDefinition, ValueProvider) - Static method in class org.basepom.mojo.propertyhelper.fields.DateField
- forTesting(MacroDefinition, ValueProvider, FieldContext) - Static method in class org.basepom.mojo.propertyhelper.fields.MacroField
- forTesting(NumberDefinition, ValueProvider) - Static method in class org.basepom.mojo.propertyhelper.fields.NumberField
- forTesting(StringDefinition, ValueProvider) - Static method in class org.basepom.mojo.propertyhelper.fields.StringField
- forTesting(UuidDefinition, ValueProvider) - Static method in class org.basepom.mojo.propertyhelper.fields.UuidField
G
- getBasedir() - Method in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
- getBasedir() - Method in interface org.basepom.mojo.propertyhelper.FieldContext
-
Returns the base dir for this maven build execution.
- getFallbackFormatter() - Method in class org.basepom.mojo.propertyhelper.definitions.DateDefinition
- getFieldName() - Method in class org.basepom.mojo.propertyhelper.Field
-
The name of the field.
- getFieldName() - Method in class org.basepom.mojo.propertyhelper.fields.DateField
- getFieldName() - Method in class org.basepom.mojo.propertyhelper.fields.MacroField
- getFieldName() - Method in class org.basepom.mojo.propertyhelper.fields.NumberField
- getFieldName() - Method in class org.basepom.mojo.propertyhelper.fields.StringField
- getFieldName() - Method in class org.basepom.mojo.propertyhelper.fields.UuidField
- getFieldNumber() - Method in class org.basepom.mojo.propertyhelper.definitions.NumberDefinition
- getFormatter() - Method in class org.basepom.mojo.propertyhelper.definitions.DateDefinition
- getId() - Method in class org.basepom.mojo.propertyhelper.definitions.FieldDefinition
- getId() - Method in class org.basepom.mojo.propertyhelper.definitions.PropertyGroupDefinition
- getId() - Method in class org.basepom.mojo.propertyhelper.groups.PropertyGroup
- getIncrement() - Method in class org.basepom.mojo.propertyhelper.definitions.NumberDefinition
- getInitialValue() - Method in class org.basepom.mojo.propertyhelper.definitions.FieldDefinition
- getInterpolatorFactory() - Method in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
- getInterpolatorFactory() - Method in interface org.basepom.mojo.propertyhelper.FieldContext
-
Returns the
InterpolatorFactory
that can interpolate "late resolution" properties. - getLongParser() - Method in class org.basepom.mojo.propertyhelper.definitions.DateDefinition
- getMacroClass() - Method in class org.basepom.mojo.propertyhelper.definitions.MacroDefinition
- getMacros() - Method in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
- getMacros() - Method in interface org.basepom.mojo.propertyhelper.FieldContext
-
Returns a map with all known macros.
- getMacroType() - Method in class org.basepom.mojo.propertyhelper.definitions.MacroDefinition
- GetMojo - Class in org.basepom.mojo.propertyhelper
-
Fetches the defined numbers and add properties.
- GetMojo() - Constructor for class org.basepom.mojo.propertyhelper.GetMojo
- getName() - Method in class org.basepom.mojo.propertyhelper.definitions.PropertyDefinition
- getNumberValue() - Method in class org.basepom.mojo.propertyhelper.fields.NumberField
- getOnDuplicateProperty() - Method in class org.basepom.mojo.propertyhelper.definitions.PropertyGroupDefinition
- getOnDuplicateProperty() - Method in class org.basepom.mojo.propertyhelper.groups.PropertyGroup
- getOnMissingField() - Method in class org.basepom.mojo.propertyhelper.definitions.PropertyGroupDefinition
- getOnMissingFile() - Method in class org.basepom.mojo.propertyhelper.definitions.FieldDefinition
- getOnMissingFileProperty() - Method in class org.basepom.mojo.propertyhelper.definitions.FieldDefinition
- getOnMissingProperty() - Method in class org.basepom.mojo.propertyhelper.definitions.FieldDefinition
- getOnMissingValue() - Method in class org.basepom.mojo.propertyhelper.definitions.StringDefinition
- getParser() - Method in class org.basepom.mojo.propertyhelper.definitions.DateDefinition
- getPostFormat() - Method in class org.basepom.mojo.propertyhelper.definitions.DateDefinition
- getPostFormat() - Method in class org.basepom.mojo.propertyhelper.definitions.FieldDefinition
- getPreFormat() - Method in class org.basepom.mojo.propertyhelper.definitions.DateDefinition
- getPreFormat() - Method in class org.basepom.mojo.propertyhelper.definitions.FieldDefinition
- getProject() - Method in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
- getProject() - Method in interface org.basepom.mojo.propertyhelper.FieldContext
-
Returns a reference to the
MavenProject
. - getProjectProperties() - Method in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
- getProjectProperties() - Method in interface org.basepom.mojo.propertyhelper.FieldContext
-
Return the maven project properties.
- getProperties() - Method in class org.basepom.mojo.propertyhelper.definitions.MacroDefinition
- getPropertyDefinitions() - Method in class org.basepom.mojo.propertyhelper.definitions.PropertyGroupDefinition
- getPropertyFile() - Method in class org.basepom.mojo.propertyhelper.definitions.FieldDefinition
- getPropertyName() - Method in class org.basepom.mojo.propertyhelper.groups.PropertyResult
- getPropertyNameInFile() - Method in class org.basepom.mojo.propertyhelper.definitions.FieldDefinition
- getPropertyNames() - Method in class org.basepom.mojo.propertyhelper.definitions.PropertyGroupDefinition
- getPropertyValue() - Method in class org.basepom.mojo.propertyhelper.groups.PropertyResult
- getPropertyValue(PropertyDefinition, Map<String, String>) - Method in class org.basepom.mojo.propertyhelper.groups.PropertyGroup
- getRegexp() - Method in class org.basepom.mojo.propertyhelper.definitions.FieldDefinition
- getSettings() - Method in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
- getSettings() - Method in interface org.basepom.mojo.propertyhelper.FieldContext
-
Returns the current maven
Settings
object - getTimezone() - Method in class org.basepom.mojo.propertyhelper.definitions.DateDefinition
- getTransformerRegistry() - Method in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
- getTransformerRegistry() - Method in interface org.basepom.mojo.propertyhelper.FieldContext
-
Returns a reference to the
TransformerRegistry
. - getTransformers() - Method in class org.basepom.mojo.propertyhelper.definitions.FieldDefinition
- getTransformers() - Method in class org.basepom.mojo.propertyhelper.definitions.PropertyDefinition
- getValue() - Method in class org.basepom.mojo.propertyhelper.definitions.DateDefinition
- getValue() - Method in class org.basepom.mojo.propertyhelper.definitions.PropertyDefinition
- getValue() - Method in class org.basepom.mojo.propertyhelper.definitions.UuidDefinition
- getValue() - Method in class org.basepom.mojo.propertyhelper.Field
-
The value of the field.
- getValue() - Method in class org.basepom.mojo.propertyhelper.fields.DateField
- getValue() - Method in class org.basepom.mojo.propertyhelper.fields.MacroField
- getValue() - Method in class org.basepom.mojo.propertyhelper.fields.NumberField
- getValue() - Method in class org.basepom.mojo.propertyhelper.fields.StringField
- getValue() - Method in class org.basepom.mojo.propertyhelper.fields.UuidField
- getValue() - Method in interface org.basepom.mojo.propertyhelper.ValueProvider
- getValue() - Method in class org.basepom.mojo.propertyhelper.ValueProvider.MapBackedValueAdapter
- getValue() - Method in class org.basepom.mojo.propertyhelper.ValueProvider.PropertyBackedValueAdapter
- getValue() - Method in class org.basepom.mojo.propertyhelper.ValueProvider.SingleValueProvider
- getValue(MacroDefinition, ValueProvider, FieldContext) - Method in class org.basepom.mojo.propertyhelper.macros.DemoMacro
- getValue(MacroDefinition, ValueProvider, FieldContext) - Method in interface org.basepom.mojo.propertyhelper.macros.MacroType
-
Returns the value for a specific macro invocation.
- getValueProvider(FieldDefinition<?>) - Method in class org.basepom.mojo.propertyhelper.ValueCache
- getValues() - Method in class org.basepom.mojo.propertyhelper.definitions.StringDefinition
- getValues() - Method in class org.basepom.mojo.propertyhelper.ValueCache.ValueCacheEntry
H
- hashCode() - Method in class org.basepom.mojo.propertyhelper.definitions.FieldDefinition
- hashCode() - Method in class org.basepom.mojo.propertyhelper.definitions.MacroDefinition
- hashCode() - Method in class org.basepom.mojo.propertyhelper.definitions.NumberDefinition
- hashCode() - Method in class org.basepom.mojo.propertyhelper.definitions.PropertyDefinition
- hashCode() - Method in class org.basepom.mojo.propertyhelper.definitions.StringDefinition
- hashCode() - Method in class org.basepom.mojo.propertyhelper.definitions.UuidDefinition
- 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.IgnoreWarnFail
- IGNORE - Enum constant in enum org.basepom.mojo.propertyhelper.IgnoreWarnFailCreate
- IgnoreWarnFail - Enum in org.basepom.mojo.propertyhelper
- IgnoreWarnFailCreate - Enum in org.basepom.mojo.propertyhelper
- IncMojo - Class in org.basepom.mojo.propertyhelper
-
Fetches the defined numbers, adds properties and increments all numbers.
- IncMojo() - Constructor for class org.basepom.mojo.propertyhelper.IncMojo
- increment() - Method in class org.basepom.mojo.propertyhelper.fields.NumberField
- INITIAL_VALUE - Static variable in class org.basepom.mojo.propertyhelper.definitions.NumberDefinition
- INSTANCE - Static variable in class org.basepom.mojo.propertyhelper.TransformerRegistry
- 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.definitions.PropertyGroupDefinition
- isActiveOnSnapshot() - Method in class org.basepom.mojo.propertyhelper.definitions.PropertyGroupDefinition
- isBlankIsValid() - Method in class org.basepom.mojo.propertyhelper.definitions.StringDefinition
- isCreate() - Method in class org.basepom.mojo.propertyhelper.ValueCache.ValueCacheEntry
- isDirty() - Method in class org.basepom.mojo.propertyhelper.ValueCache.ValueCacheEntry
- isExists() - Method in class org.basepom.mojo.propertyhelper.ValueCache.ValueCacheEntry
- isExport() - Method in class org.basepom.mojo.propertyhelper.definitions.FieldDefinition
- isExposeAsProperty() - Method in class org.basepom.mojo.propertyhelper.Field
-
True if the value of this element should be exposed as a maven property.
- isExposeAsProperty() - Method in class org.basepom.mojo.propertyhelper.fields.DateField
- isSkip() - Method in class org.basepom.mojo.propertyhelper.definitions.FieldDefinition
L
- LowercaseTransformer() - Constructor for class org.basepom.mojo.propertyhelper.TransformerRegistry.LowercaseTransformer
M
- MacroDefinition - Class in org.basepom.mojo.propertyhelper.definitions
-
Represents a macro configuration in the POM.
- MacroDefinition() - Constructor for class org.basepom.mojo.propertyhelper.definitions.MacroDefinition
- MacroField - Class in org.basepom.mojo.propertyhelper.fields
- MacroField(MacroDefinition, ValueProvider, FieldContext) - Constructor for class org.basepom.mojo.propertyhelper.fields.MacroField
- MacroType - Interface in org.basepom.mojo.propertyhelper.macros
-
Macro implementation.
N
- NULL_PROVIDER - Static variable in interface org.basepom.mojo.propertyhelper.ValueProvider
- NumberDefinition - Class in org.basepom.mojo.propertyhelper.definitions
- NumberDefinition() - Constructor for class org.basepom.mojo.propertyhelper.definitions.NumberDefinition
- NumberField - Class in org.basepom.mojo.propertyhelper.fields
- NumberField(NumberDefinition, ValueProvider, FieldContext) - Constructor for class org.basepom.mojo.propertyhelper.fields.NumberField
O
- org.basepom.mojo.propertyhelper - package org.basepom.mojo.propertyhelper
- org.basepom.mojo.propertyhelper.definitions - package org.basepom.mojo.propertyhelper.definitions
- org.basepom.mojo.propertyhelper.fields - package org.basepom.mojo.propertyhelper.fields
- org.basepom.mojo.propertyhelper.groups - package org.basepom.mojo.propertyhelper.groups
- org.basepom.mojo.propertyhelper.macros - package org.basepom.mojo.propertyhelper.macros
P
- persist() - Method in class org.basepom.mojo.propertyhelper.ValueCache
- PropertyBackedValueAdapter(Properties, String) - Constructor for class org.basepom.mojo.propertyhelper.ValueProvider.PropertyBackedValueAdapter
- PropertyDefinition - Class in org.basepom.mojo.propertyhelper.definitions
- PropertyDefinition() - Constructor for class org.basepom.mojo.propertyhelper.definitions.PropertyDefinition
- PropertyGroup - Class in org.basepom.mojo.propertyhelper.groups
- PropertyGroup(PropertyGroupDefinition, FieldContext) - Constructor for class org.basepom.mojo.propertyhelper.groups.PropertyGroup
- PropertyGroupDefinition - Class in org.basepom.mojo.propertyhelper.definitions
- PropertyGroupDefinition() - Constructor for class org.basepom.mojo.propertyhelper.definitions.PropertyGroupDefinition
- PropertyResult - Class in org.basepom.mojo.propertyhelper.groups
R
- RemoveWhitespaceTransformer() - Constructor for class org.basepom.mojo.propertyhelper.TransformerRegistry.RemoveWhitespaceTransformer
S
- setActiveGroups(String...) - Method in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
-
The property groups to activate.
- setDates(DateDefinition...) - Method in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
-
Date property definitions.
- setMacroMap(Map<String, MacroType>) - Method in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
- setMacros(MacroDefinition...) - Method in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
-
Macro definitions.
- setNumbers(NumberDefinition...) - Method in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
-
Number property definitions.
- setOnDuplicateField(String) - Method in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
-
Defines the action to take if a field is defined multiple times (e.g.
- setOnDuplicateProperty(String) - Method in class org.basepom.mojo.propertyhelper.definitions.PropertyGroupDefinition
- setOnMissingField(String) - Method in class org.basepom.mojo.propertyhelper.definitions.PropertyGroupDefinition
- setOnMissingFile(String) - Method in class org.basepom.mojo.propertyhelper.definitions.FieldDefinition
- setOnMissingFileProperty(String) - Method in class org.basepom.mojo.propertyhelper.definitions.FieldDefinition
- setOnMissingProperty(String) - Method in class org.basepom.mojo.propertyhelper.definitions.FieldDefinition
- setOnMissingValue(String) - Method in class org.basepom.mojo.propertyhelper.definitions.StringDefinition
-
called by maven
- setProperties(PropertyDefinition...) - Method in class org.basepom.mojo.propertyhelper.definitions.PropertyGroupDefinition
- setPropertyGroups(PropertyGroupDefinition...) - Method in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
-
Define property groups.
- setRegexp(String) - Method in class org.basepom.mojo.propertyhelper.definitions.FieldDefinition
- setStrings(StringDefinition...) - Method in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
-
String property definitions.
- setTransformers(String) - Method in class org.basepom.mojo.propertyhelper.definitions.FieldDefinition
- setTransformers(String) - Method in class org.basepom.mojo.propertyhelper.definitions.PropertyDefinition
- setUuids(UuidDefinition...) - Method in class org.basepom.mojo.propertyhelper.AbstractPropertyHelperMojo
-
Uuid definitions.
- setValue(String) - Method in class org.basepom.mojo.propertyhelper.ValueProvider.MapBackedValueAdapter
- setValue(String) - Method in class org.basepom.mojo.propertyhelper.ValueProvider.PropertyBackedValueAdapter
- setValue(String) - Method in interface org.basepom.mojo.propertyhelper.ValueProvider
- setValue(String) - Method in class org.basepom.mojo.propertyhelper.ValueProvider.SingleValueProvider
- setValues(List<String>) - Method in class org.basepom.mojo.propertyhelper.definitions.StringDefinition
-
called by maven
- SingleValueProvider() - Constructor for class org.basepom.mojo.propertyhelper.ValueProvider.SingleValueProvider
- Sneaky - Class in org.basepom.mojo.propertyhelper
- store(OutputStream, String) - Method in class org.basepom.mojo.propertyhelper.ValueCache.ValueCacheEntry
- StringDefinition - Class in org.basepom.mojo.propertyhelper.definitions
-
Defines a string field.
- StringDefinition() - Constructor for class org.basepom.mojo.propertyhelper.definitions.StringDefinition
-
called by maven
- StringField - Class in org.basepom.mojo.propertyhelper.fields
- StringField(StringDefinition, ValueProvider, FieldContext) - Constructor for class org.basepom.mojo.propertyhelper.fields.StringField
T
- throwAnyway(Throwable) - Static method in class org.basepom.mojo.propertyhelper.Sneaky
- toString() - Method in class org.basepom.mojo.propertyhelper.definitions.DateDefinition
- toString() - Method in class org.basepom.mojo.propertyhelper.definitions.FieldDefinition
- toString() - Method in class org.basepom.mojo.propertyhelper.definitions.MacroDefinition
- toString() - Method in class org.basepom.mojo.propertyhelper.definitions.NumberDefinition
- toString() - Method in class org.basepom.mojo.propertyhelper.definitions.PropertyDefinition
- toString() - Method in class org.basepom.mojo.propertyhelper.definitions.StringDefinition
- toString() - Method in class org.basepom.mojo.propertyhelper.definitions.UuidDefinition
- toString() - Method in class org.basepom.mojo.propertyhelper.fields.DateField
- toString() - Method in class org.basepom.mojo.propertyhelper.fields.MacroField
- toString() - Method in class org.basepom.mojo.propertyhelper.fields.NumberField
- toString() - Method in class org.basepom.mojo.propertyhelper.fields.StringField
- toString() - Method in class org.basepom.mojo.propertyhelper.fields.UuidField
- toString() - Method in class org.basepom.mojo.propertyhelper.ValueCache.ValueCacheEntry
- toString() - Method in class org.basepom.mojo.propertyhelper.ValueProvider.MapBackedValueAdapter
- toString() - Method in class org.basepom.mojo.propertyhelper.ValueProvider.PropertyBackedValueAdapter
- toString() - Method in class org.basepom.mojo.propertyhelper.ValueProvider.SingleValueProvider
- 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.definitions
- UuidDefinition() - Constructor for class org.basepom.mojo.propertyhelper.definitions.UuidDefinition
- UuidField - Class in org.basepom.mojo.propertyhelper.fields
- UuidField(UuidDefinition, ValueProvider, FieldContext) - Constructor for class org.basepom.mojo.propertyhelper.fields.UuidField
V
- 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.IgnoreWarnFail
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.basepom.mojo.propertyhelper.IgnoreWarnFailCreate
-
Returns the enum constant of this type with the specified name.
- ValueProvider - Interface in org.basepom.mojo.propertyhelper
- ValueProvider.MapBackedValueAdapter - Class in org.basepom.mojo.propertyhelper
- ValueProvider.PropertyBackedValueAdapter - Class in org.basepom.mojo.propertyhelper
- ValueProvider.SingleValueProvider - Class in org.basepom.mojo.propertyhelper
- values() - Static method in enum org.basepom.mojo.propertyhelper.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.IgnoreWarnFailCreate
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WARN - Enum constant in enum org.basepom.mojo.propertyhelper.IgnoreWarnFail
- WARN - Enum constant in enum org.basepom.mojo.propertyhelper.IgnoreWarnFailCreate
All Classes and Interfaces|All Packages|Constant Field Values