Skip navigation links
A C D E G H I L M O R S T W 

A

afterProjectsRead(MavenSession) - Method in class de.palsoftware.tools.maven.git.autover.MavenLifecycleListener
At this point all projects were read.
afterSessionEnd(MavenSession) - Method in class de.palsoftware.tools.maven.git.autover.MavenLifecycleListener
 
afterSessionStart(MavenSession) - Method in class de.palsoftware.tools.maven.git.autover.MavenLifecycleListener
Entry point of the maven extension.
analyze() - Method in class de.palsoftware.tools.maven.git.autover.GitHelper
Do the git repository analysis.
AutoverBranchConfigDecorator - Class in de.palsoftware.tools.maven.git.autover
AutoverBranchConfig decorator.
AutoverBranchConfigDecorator(AutoverBranchConfig) - Constructor for class de.palsoftware.tools.maven.git.autover.AutoverBranchConfigDecorator
Constructor.
AutoverConfigDecorator - Class in de.palsoftware.tools.maven.git.autover
AutoverConfig decorator..
AutoverConfigDecorator(AutoverConfig) - Constructor for class de.palsoftware.tools.maven.git.autover.AutoverConfigDecorator
Constructor.
AutoverSession - Class in de.palsoftware.tools.maven.git.autover
Class that holds information needed at different points in the maven execution.
AutoverSession() - Constructor for class de.palsoftware.tools.maven.git.autover.AutoverSession
Constructor.

C

calculateVer(GitAnalysisResult) - Method in class de.palsoftware.tools.maven.git.autover.ConfigHelper
Calculate the version based on the configuration and the git analysis result.
ConfigHelper - Class in de.palsoftware.tools.maven.git.autover
Helper class to apply the maven extension configuration.
ConfigHelper(AutoverConfigDecorator) - Constructor for class de.palsoftware.tools.maven.git.autover.ConfigHelper
Constructor.
ConfigReader - Class in de.palsoftware.tools.maven.git.autover
Used to read the maven extension configuration.
ConfigReader() - Constructor for class de.palsoftware.tools.maven.git.autover.ConfigReader
 

D

de.palsoftware.tools.maven.git.autover - package de.palsoftware.tools.maven.git.autover
Maven plugin that uses git tags to calculate the artifact version.
DEFAULT_BUGFIX_CONFIG - Static variable in class de.palsoftware.tools.maven.git.autover.ConfigHelper
Default configuration for the bugfix branch.
DEFAULT_FEATURE_CONFIG - Static variable in class de.palsoftware.tools.maven.git.autover.ConfigHelper
Default configuration for the feature branch.
DEFAULT_GIT_AUTOVER_CONF_XML - Static variable in class de.palsoftware.tools.maven.git.autover.ConfigReader
the default configuration file name.
DEFAULT_MASTER_CONFIG - Static variable in class de.palsoftware.tools.maven.git.autover.ConfigHelper
Default configuration for the master branch.
DEFAULT_OTHER_CONFIG - Static variable in class de.palsoftware.tools.maven.git.autover.ConfigHelper
Default configuration for the other branches.
DEFAULT_PR_CONFIG - Static variable in class de.palsoftware.tools.maven.git.autover.ConfigHelper
Default configuration for the PR branch.
DEFAULT_RELEASE_CONFIG - Static variable in class de.palsoftware.tools.maven.git.autover.ConfigHelper
Default configuration for the release branch.
DEFAULT_VERSION_TAG_REGEX - Static variable in class de.palsoftware.tools.maven.git.autover.ConfigHelper
The default version tag regular expression.
DISABLE_POM_CHANGE_PROPERTY_KEY - Static variable in class de.palsoftware.tools.maven.git.autover.MavenLifecycleListener
Property key for disabling pom changes.
DISABLE_PROPERTY_KEY - Static variable in class de.palsoftware.tools.maven.git.autover.MavenLifecycleListener
Property key for disabling the extension.

E

equals(Object) - Method in class de.palsoftware.tools.maven.git.autover.AutoverBranchConfigDecorator
 
equals(Object) - Method in class de.palsoftware.tools.maven.git.autover.AutoverConfigDecorator
 
equals(Object) - Method in class de.palsoftware.tools.maven.git.autover.AutoverSession
Check if this object is equal to the object specified as a parameter.
ERR_CAN_NOT_DELETE_POM_FILE - Static variable in class de.palsoftware.tools.maven.git.autover.LocalizationHelper
Resource bundle key for reporting problem with deleting the generated poms at the end of the build..
ERR_CONF_FILE_INVALID - Static variable in class de.palsoftware.tools.maven.git.autover.LocalizationHelper
Resource bundle key for the invalid configuration file.
ERR_EMPTY_VERSION_PATCH_DETECTED - Static variable in class de.palsoftware.tools.maven.git.autover.LocalizationHelper
Resource bundle key for the empty version patch message.
ERR_INVALID_RB_KEY - Static variable in class de.palsoftware.tools.maven.git.autover.LocalizationHelper
Resource bundle Key for the invalid key error message.
ERR_INVALID_VERSION_PATCH_DETECTED - Static variable in class de.palsoftware.tools.maven.git.autover.LocalizationHelper
Resource bundle key for the invalid version patch message.
ERR_NO_GROUP_DEFINED_FOR_VERSION_PATCH - Static variable in class de.palsoftware.tools.maven.git.autover.LocalizationHelper
Resource bundle key for the empty version patch message.
ERR_NO_TAG_FOUND - Static variable in class de.palsoftware.tools.maven.git.autover.LocalizationHelper
Resource bundle key for err message in case not tag is found.

G

getAutoverBranchConfigs() - Method in class de.palsoftware.tools.maven.git.autover.AutoverConfigDecorator
Getter.
getBranchConfig(String) - Method in class de.palsoftware.tools.maven.git.autover.ConfigHelper
Determine the branch configuration that needs to be used.
getBranchConfig() - Method in class de.palsoftware.tools.maven.git.autover.GitAnalysisResult
Getter.
getBranchName() - Method in class de.palsoftware.tools.maven.git.autover.GitAnalysisResult
Getter.
getConfig() - Method in class de.palsoftware.tools.maven.git.autover.AutoverSession
Getter.
getDefaultConfiguration() - Static method in class de.palsoftware.tools.maven.git.autover.ConfigHelper
Get the default maven extension configuration (usually when none was found).
getIncludeGroupIds() - Method in class de.palsoftware.tools.maven.git.autover.AutoverConfigDecorator
Getter.
getMavenMultiModuleProjectDir() - Method in class de.palsoftware.tools.maven.git.autover.AutoverSession
Getter.
getMessage(String, Object...) - Method in class de.palsoftware.tools.maven.git.autover.LocalizationHelper
Get he localized message.
getNamePattern() - Method in class de.palsoftware.tools.maven.git.autover.AutoverBranchConfigDecorator
Getter.
getNameRegex() - Method in class de.palsoftware.tools.maven.git.autover.AutoverBranchConfigDecorator
Getter.
getNewPomFiles() - Method in class de.palsoftware.tools.maven.git.autover.AutoverSession
Getter.
getStopOn() - Method in class de.palsoftware.tools.maven.git.autover.AutoverBranchConfigDecorator
Getter.
getTagName() - Method in class de.palsoftware.tools.maven.git.autover.GitAnalysisResult
Getter.
getVersionTagPattern() - Method in class de.palsoftware.tools.maven.git.autover.AutoverConfigDecorator
Getter.
getVersionTagRegex() - Method in class de.palsoftware.tools.maven.git.autover.AutoverConfigDecorator
Getter.
GIT_AUTOVER_CONF_PROPERTY - Static variable in class de.palsoftware.tools.maven.git.autover.ConfigReader
the git autover conf property.
GIT_AUTOVER_CONF_XML - Static variable in class de.palsoftware.tools.maven.git.autover.ConfigReader
the configuration file name.
GitAnalysisResult - Class in de.palsoftware.tools.maven.git.autover
Result of the git analysis.
GitAnalysisResult() - Constructor for class de.palsoftware.tools.maven.git.autover.GitAnalysisResult
 
GitHelper - Class in de.palsoftware.tools.maven.git.autover
Helper to do the git analysis.
GitHelper(File, ConfigHelper) - Constructor for class de.palsoftware.tools.maven.git.autover.GitHelper
Constructor.

H

hashCode() - Method in class de.palsoftware.tools.maven.git.autover.AutoverBranchConfigDecorator
 
hashCode() - Method in class de.palsoftware.tools.maven.git.autover.AutoverConfigDecorator
 
hashCode() - Method in class de.palsoftware.tools.maven.git.autover.AutoverSession
Calculate the hash code.

I

isAnnotatedTag() - Method in class de.palsoftware.tools.maven.git.autover.GitAnalysisResult
Getter.
isDisable() - Method in class de.palsoftware.tools.maven.git.autover.AutoverSession
Getter.
isDisablePomChange() - Method in class de.palsoftware.tools.maven.git.autover.AutoverSession
Getter.
isOnTag() - Method in class de.palsoftware.tools.maven.git.autover.GitAnalysisResult
Getter.

L

LocalizationHelper - Class in de.palsoftware.tools.maven.git.autover
Helper for localization.
LocalizationHelper() - Constructor for class de.palsoftware.tools.maven.git.autover.LocalizationHelper
Constructor.

M

matchesTagRegEx(String) - Method in class de.palsoftware.tools.maven.git.autover.ConfigHelper
Check if the specified tag matches the version tag regex.
MavenEventSpy - Class in de.palsoftware.tools.maven.git.autover
Event spy.
MavenEventSpy() - Constructor for class de.palsoftware.tools.maven.git.autover.MavenEventSpy
 
MavenHelper - Class in de.palsoftware.tools.maven.git.autover
Helper for maven operations.
MavenHelper() - Constructor for class de.palsoftware.tools.maven.git.autover.MavenHelper
Constructor.
MavenLifecycleListener - Class in de.palsoftware.tools.maven.git.autover
Maven lifecycle listener.
MavenLifecycleListener() - Constructor for class de.palsoftware.tools.maven.git.autover.MavenLifecycleListener
 
MavenModelProcessorImpl - Class in de.palsoftware.tools.maven.git.autover
Custom implementation for the ModelProcessor to calculate the version.
MavenModelProcessorImpl() - Constructor for class de.palsoftware.tools.maven.git.autover.MavenModelProcessorImpl
 
MESSAGE_PREFIX - Static variable in class de.palsoftware.tools.maven.git.autover.LocalizationHelper
Prefix for log messages.
MSG_AFTER_PROJECTS_READ - Static variable in class de.palsoftware.tools.maven.git.autover.LocalizationHelper
Resource bundle key for the message that the after projects read was called.
MSG_AFTER_SESSION_END - Static variable in class de.palsoftware.tools.maven.git.autover.LocalizationHelper
Resource bundle key for the message that the after session end was called.
MSG_AFTER_SESSION_START - Static variable in class de.palsoftware.tools.maven.git.autover.LocalizationHelper
Resource bundle key for the message that the after session start was called.
MSG_CALCULATED_VERSION - Static variable in class de.palsoftware.tools.maven.git.autover.LocalizationHelper
Resource bundle key for the message that provides the calculated version.
MSG_CONF_DEFAULT - Static variable in class de.palsoftware.tools.maven.git.autover.LocalizationHelper
Resource bundle key for the message that the default configuration will be used.
MSG_CONF_FILE_USER - Static variable in class de.palsoftware.tools.maven.git.autover.LocalizationHelper
Resource bundle key for the configuration file that will be used.
MSG_CONF_SETTINGS - Static variable in class de.palsoftware.tools.maven.git.autover.LocalizationHelper
Resource bundle key for the message that displays the settings of the configuration that will be used.
MSG_DISABLED - Static variable in class de.palsoftware.tools.maven.git.autover.LocalizationHelper
Resource bundle key for the message that the extension is disabled.
MSG_MODEL_PROCESSOR_CALLED - Static variable in class de.palsoftware.tools.maven.git.autover.LocalizationHelper
Resource bundle key for the message that the model processor was called.
MSG_ON_EVENT_CALLED - Static variable in class de.palsoftware.tools.maven.git.autover.LocalizationHelper
Resource bundle key for the message that the on event was called.
MSG_POM_CHANGE_DISABLED - Static variable in class de.palsoftware.tools.maven.git.autover.LocalizationHelper
Resource bundle key for the message that the changing of the pom is disabled.
MSG_PROJ_WILL_BE_PROCESSED - Static variable in class de.palsoftware.tools.maven.git.autover.LocalizationHelper
Resource bundle key for the message that the proj will be processed.
MSG_PROJ_WILL_NOT_BE_PROCESSED - Static variable in class de.palsoftware.tools.maven.git.autover.LocalizationHelper
Resource bundle key for the message that the proj will not be processed.
MVN_GIT_AUTOVER_POM_PREFIX - Static variable in class de.palsoftware.tools.maven.git.autover.MavenHelper
The prefix for the generated pom file.

O

onEvent(Object) - Method in class de.palsoftware.tools.maven.git.autover.MavenEventSpy
Listener on events.

R

read(File, Map<String, ?>) - Method in class de.palsoftware.tools.maven.git.autover.MavenModelProcessorImpl
Call the default implementation to read te model and calculate and replace the version after.
read(Reader, Map<String, ?>) - Method in class de.palsoftware.tools.maven.git.autover.MavenModelProcessorImpl
Call the default implementation to read te model and calculate and replace the version after.
read(InputStream, Map<String, ?>) - Method in class de.palsoftware.tools.maven.git.autover.MavenModelProcessorImpl
Call the default implementation to read te model and calculate and replace the version after.
readConfig(Properties, File) - Method in class de.palsoftware.tools.maven.git.autover.ConfigReader
Read the configuration to be used or return the default configuration.
replacePomFile(MavenProject, File) - Method in class de.palsoftware.tools.maven.git.autover.MavenHelper
Replace the pom of the specified project.

S

setAnnotatedTag(boolean) - Method in class de.palsoftware.tools.maven.git.autover.GitAnalysisResult
Setter.
setAutoverSession(AutoverSession) - Method in class de.palsoftware.tools.maven.git.autover.MavenEventSpy
Setter.
setAutoverSession(AutoverSession) - Method in class de.palsoftware.tools.maven.git.autover.MavenLifecycleListener
Setter.
setAutoverSession(AutoverSession) - Method in class de.palsoftware.tools.maven.git.autover.MavenModelProcessorImpl
Setter.
setAutoVersion(Model, Map<String, ?>, AutoverSession) - Method in class de.palsoftware.tools.maven.git.autover.MavenHelper
Calculate and set the version.
setBranchConfig(AutoverBranchConfigDecorator) - Method in class de.palsoftware.tools.maven.git.autover.GitAnalysisResult
Setter.
setBranchName(String) - Method in class de.palsoftware.tools.maven.git.autover.GitAnalysisResult
Setter.
setConfig(AutoverConfigDecorator) - Method in class de.palsoftware.tools.maven.git.autover.AutoverSession
Setter.
setDisable(boolean) - Method in class de.palsoftware.tools.maven.git.autover.AutoverSession
Setter.
setDisablePomChange(boolean) - Method in class de.palsoftware.tools.maven.git.autover.AutoverSession
Setter.
setLogger(Logger) - Method in class de.palsoftware.tools.maven.git.autover.ConfigReader
Setter.
setLogger(Logger) - Method in class de.palsoftware.tools.maven.git.autover.MavenEventSpy
Setter.
setLogger(Logger) - Method in class de.palsoftware.tools.maven.git.autover.MavenHelper
Setter.
setLogger(Logger) - Method in class de.palsoftware.tools.maven.git.autover.MavenLifecycleListener
Setter.
setLogger(Logger) - Method in class de.palsoftware.tools.maven.git.autover.MavenModelProcessorImpl
Setter.
setMavenMultiModuleProjectDir(File) - Method in class de.palsoftware.tools.maven.git.autover.AutoverSession
Setter.
setOnTag(boolean) - Method in class de.palsoftware.tools.maven.git.autover.GitAnalysisResult
Setter.
setTagName(String) - Method in class de.palsoftware.tools.maven.git.autover.GitAnalysisResult
Setter.
shouldProcessArtifact(String, String, String) - Method in class de.palsoftware.tools.maven.git.autover.ConfigHelper
If the artifact with the specified id should be processed (the version should be calculated).

T

TO_BE_CALCULATED_ARTIFACT_VERSION - Static variable in class de.palsoftware.tools.maven.git.autover.ConfigHelper
The marker artifact version that will indicate that the maven extension should calculate the version.
toString() - Method in class de.palsoftware.tools.maven.git.autover.AutoverBranchConfigDecorator
 
toString() - Method in class de.palsoftware.tools.maven.git.autover.AutoverConfigDecorator
 

W

writeNewPomFile(Model, File) - Method in class de.palsoftware.tools.maven.git.autover.MavenHelper
Write the new pom file (with the version in it).
A C D E G H I L M O R S T W 
Skip navigation links

Copyright © 2020. All rights reserved.