A B D E G I L M P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AFTER - pl.project13.maven.git.TransformationRule.ApplyEnum
-
have the rule being applied after the replacement
- allowedCharactersForEvaluateOnCommit - Static variable in class pl.project13.maven.git.GitCommitIdMojo
-
The plugin allows to specify branch/tag/commit used when finding 'HEAD'.
B
- BEFORE - pl.project13.maven.git.TransformationRule.ApplyEnum
-
have the rule being applied before the replacement
D
- debug(String) - Method in class pl.project13.maven.log.MavenLoggerBridge
- debug(String, Object) - Method in class pl.project13.maven.log.MavenLoggerBridge
- debug(String, Object...) - Method in class pl.project13.maven.log.MavenLoggerBridge
- debug(String, Object, Object) - Method in class pl.project13.maven.log.MavenLoggerBridge
- debug(String, Throwable) - Method in class pl.project13.maven.log.MavenLoggerBridge
E
- error(String) - Method in class pl.project13.maven.log.MavenLoggerBridge
- error(String, Object) - Method in class pl.project13.maven.log.MavenLoggerBridge
- error(String, Object...) - Method in class pl.project13.maven.log.MavenLoggerBridge
- error(String, Object, Object) - Method in class pl.project13.maven.log.MavenLoggerBridge
- error(String, Throwable) - Method in class pl.project13.maven.log.MavenLoggerBridge
- execute() - Method in class pl.project13.maven.git.GitCommitIdMojo
- execute() - Method in class pl.project13.maven.validation.ValidationMojo
G
- getAction() - Method in class pl.project13.maven.git.TransformationRule
- getActionRule() - Method in class pl.project13.maven.git.TransformationRule
- getApply() - Method in class pl.project13.maven.git.TransformationRule
- getApplyRule() - Method in class pl.project13.maven.git.TransformationRule
- getName() - Method in class pl.project13.maven.validation.ValidationProperty
- getProperty() - Method in class pl.project13.maven.git.ReplacementProperty
- getPropertyOutputSuffix() - Method in class pl.project13.maven.git.ReplacementProperty
- getShouldMatchTo() - Method in class pl.project13.maven.validation.ValidationProperty
- getToken() - Method in class pl.project13.maven.git.ReplacementProperty
- getTransformationRules() - Method in class pl.project13.maven.git.ReplacementProperty
- getValue() - Method in class pl.project13.maven.git.ReplacementProperty
- getValue() - Method in class pl.project13.maven.validation.ValidationProperty
- GitCommitIdMojo - Class in pl.project13.maven.git
-
Puts git build-time information into property files or maven's properties.
- GitCommitIdMojo() - Constructor for class pl.project13.maven.git.GitCommitIdMojo
- GitDirLocator - Class in pl.project13.maven.git
-
This class encapsulates logic to locate a valid .git directory of the currently used project.
- GitDirLocator(MavenProject, List<MavenProject>) - Constructor for class pl.project13.maven.git.GitDirLocator
-
Constructor to encapsulates all references required to locate a valid .git directory
I
- info(String) - Method in class pl.project13.maven.log.MavenLoggerBridge
- info(String, Object) - Method in class pl.project13.maven.log.MavenLoggerBridge
- info(String, Object...) - Method in class pl.project13.maven.log.MavenLoggerBridge
- info(String, Object, Object) - Method in class pl.project13.maven.log.MavenLoggerBridge
- info(String, Throwable) - Method in class pl.project13.maven.log.MavenLoggerBridge
- isDebugEnabled() - Method in class pl.project13.maven.log.MavenLoggerBridge
- isErrorEnabled() - Method in class pl.project13.maven.log.MavenLoggerBridge
- isForceValueEvaluation() - Method in class pl.project13.maven.git.ReplacementProperty
- isInfoEnabled() - Method in class pl.project13.maven.log.MavenLoggerBridge
- isRegex() - Method in class pl.project13.maven.git.ReplacementProperty
- isVerbose() - Method in class pl.project13.maven.log.MavenLoggerBridge
- isWarnEnabled() - Method in class pl.project13.maven.log.MavenLoggerBridge
L
- lookupGitDirectory(File) - Method in class pl.project13.maven.git.GitDirLocator
-
Attempts to lookup a valid .git directory of the currently used project.
- LOWER_CASE - pl.project13.maven.git.TransformationRule.ActionEnum
M
- MavenLoggerBridge - Class in pl.project13.maven.log
-
Bridges logging to standard Maven log adhering to verbosity level.
- MavenLoggerBridge(Mojo, boolean) - Constructor for class pl.project13.maven.log.MavenLoggerBridge
P
- perform(String) - Method in enum pl.project13.maven.git.TransformationRule.ActionEnum
- performReplacement(Properties, List<ReplacementProperty>) - Method in class pl.project13.maven.git.PropertiesReplacer
-
Method that performs the actual property replacement.
- pl.project13.maven.git - package pl.project13.maven.git
- pl.project13.maven.log - package pl.project13.maven.log
- pl.project13.maven.validation - package pl.project13.maven.validation
- PropertiesReplacer - Class in pl.project13.maven.git
-
This class encapsulates logic to perform property replacements.
- PropertiesReplacer(LoggerBridge, PluginParameterExpressionEvaluator) - Constructor for class pl.project13.maven.git.PropertiesReplacer
-
Constructor to encapsulates all references required to perform property replacements.
R
- ReplacementProperty - Class in pl.project13.maven.git
-
This class represents a specific property replacement the user wants to perform.
- ReplacementProperty() - Constructor for class pl.project13.maven.git.ReplacementProperty
-
Empty constructor
- ReplacementProperty(String, String, String, String, boolean, boolean, List<TransformationRule>) - Constructor for class pl.project13.maven.git.ReplacementProperty
-
Constructs a specific property replacement the user wants to perform.
S
- setAction(String) - Method in class pl.project13.maven.git.TransformationRule
- setApply(String) - Method in class pl.project13.maven.git.TransformationRule
- setForceValueEvaluation(boolean) - Method in class pl.project13.maven.git.ReplacementProperty
-
Sets Indicator if the plugin forces to evaluate the given value on *every* project (
true). - setName(String) - Method in class pl.project13.maven.validation.ValidationProperty
- setProperty(String) - Method in class pl.project13.maven.git.ReplacementProperty
-
Set the source (input) property on which the replacements should be performed (e.g.
- setPropertyOutputSuffix(String) - Method in class pl.project13.maven.git.ReplacementProperty
-
Set the property output suffix where the replacement result should be stored in (e.g.
- setRegex(boolean) - Method in class pl.project13.maven.git.ReplacementProperty
-
Sets Indicator if the replacement will be performed with regular expressions (
true) or, if a replacement with java's string.replace-function is performed (false). - setShouldMatchTo(String) - Method in class pl.project13.maven.validation.ValidationProperty
- setToken(String) - Method in class pl.project13.maven.git.ReplacementProperty
-
Set the replacement token
- setTransformationRules(List<TransformationRule>) - Method in class pl.project13.maven.git.ReplacementProperty
-
Sets the list of transformation-rules that should be applied during replacement.
- setValidationProperties(List<ValidationProperty>) - Method in class pl.project13.maven.validation.ValidationMojo
- setValidationShouldFailIfNoMatch(boolean) - Method in class pl.project13.maven.validation.ValidationMojo
- setValue(String) - Method in class pl.project13.maven.git.ReplacementProperty
-
Sets the value that acts as the text to be written over any found tokens ("replacement").
- setValue(String) - Method in class pl.project13.maven.validation.ValidationProperty
- setVerbose(boolean) - Method in class pl.project13.maven.log.MavenLoggerBridge
T
- TransformationRule - Class in pl.project13.maven.git
-
This class represents a specific transformation logic the user wants to perform.
- TransformationRule() - Constructor for class pl.project13.maven.git.TransformationRule
- TransformationRule(String, String) - Constructor for class pl.project13.maven.git.TransformationRule
- TransformationRule(TransformationRule.ApplyEnum, TransformationRule.ActionEnum) - Constructor for class pl.project13.maven.git.TransformationRule
- TransformationRule.ActionEnum - Enum in pl.project13.maven.git
- TransformationRule.ApplyEnum - Enum in pl.project13.maven.git
U
- UPPER_CASE - pl.project13.maven.git.TransformationRule.ActionEnum
V
- ValidationMojo - Class in pl.project13.maven.validation
- ValidationMojo() - Constructor for class pl.project13.maven.validation.ValidationMojo
- ValidationProperty - Class in pl.project13.maven.validation
- ValidationProperty() - Constructor for class pl.project13.maven.validation.ValidationProperty
- valueOf(String) - Static method in enum pl.project13.maven.git.TransformationRule.ActionEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum pl.project13.maven.git.TransformationRule.ApplyEnum
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum pl.project13.maven.git.TransformationRule.ActionEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum pl.project13.maven.git.TransformationRule.ApplyEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- warn(String) - Method in class pl.project13.maven.log.MavenLoggerBridge
- warn(String, Object) - Method in class pl.project13.maven.log.MavenLoggerBridge
- warn(String, Object...) - Method in class pl.project13.maven.log.MavenLoggerBridge
- warn(String, Object, Object) - Method in class pl.project13.maven.log.MavenLoggerBridge
- warn(String, Throwable) - Method in class pl.project13.maven.log.MavenLoggerBridge
All Classes All Packages