A B C D E F G H I J K M P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractVersionStrategy - Class in com.github.manikmagar.maven.versioner.core.version
- AbstractVersionStrategy(String, String) - Constructor for class com.github.manikmagar.maven.versioner.core.version.AbstractVersionStrategy
- apply(T) - Method in interface com.github.manikmagar.maven.versioner.core.git.JGit.Operation
B
- BRANCH - com.github.manikmagar.maven.versioner.core.version.VersionPatternStrategy.PatternToken
C
- com.github.manikmagar.maven.versioner.core - package com.github.manikmagar.maven.versioner.core
- com.github.manikmagar.maven.versioner.core.git - package com.github.manikmagar.maven.versioner.core.git
- com.github.manikmagar.maven.versioner.core.params - package com.github.manikmagar.maven.versioner.core.params
- com.github.manikmagar.maven.versioner.core.version - package com.github.manikmagar.maven.versioner.core.version
- COMMIT - com.github.manikmagar.maven.versioner.core.version.VersionComponentType
- COMMIT - com.github.manikmagar.maven.versioner.core.version.VersionPatternStrategy.PatternToken
- create(String, String) - Static method in class com.github.manikmagar.maven.versioner.core.git.GitTag
D
- DEFAULT_VERSION_PATTERN - Static variable in class com.github.manikmagar.maven.versioner.core.version.VersionPatternStrategy
E
- equals(Object) - Method in class com.github.manikmagar.maven.versioner.core.params.InitialVersion
- equals(Object) - Method in class com.github.manikmagar.maven.versioner.core.params.VersionConfig
- equals(Object) - Method in class com.github.manikmagar.maven.versioner.core.params.VersionKeywords
- equals(Object) - Method in class com.github.manikmagar.maven.versioner.core.params.VersionPattern
- equals(Object) - Method in class com.github.manikmagar.maven.versioner.core.version.Version
- executeOperation(JGit.Operation<Git, R>) - Static method in class com.github.manikmagar.maven.versioner.core.git.JGit
- exists(String) - Static method in class com.github.manikmagar.maven.versioner.core.git.GitTag
F
- findGitDir(String) - Static method in class com.github.manikmagar.maven.versioner.core.git.JGit
-
Find local git dir by scanning upwards to find .git dir
G
- getBranch() - Method in class com.github.manikmagar.maven.versioner.core.version.Version
- getBranchName() - Method in class com.github.manikmagar.maven.versioner.core.version.AbstractVersionStrategy
- getBranchName() - Method in interface com.github.manikmagar.maven.versioner.core.version.VersionStrategy
- getCommit() - Method in class com.github.manikmagar.maven.versioner.core.version.Version
- getHash() - Method in class com.github.manikmagar.maven.versioner.core.version.AbstractVersionStrategy
- getHash() - Method in class com.github.manikmagar.maven.versioner.core.version.Version
- getHash() - Method in interface com.github.manikmagar.maven.versioner.core.version.VersionStrategy
- getHashShort() - Method in class com.github.manikmagar.maven.versioner.core.version.AbstractVersionStrategy
- getHashShort() - Method in class com.github.manikmagar.maven.versioner.core.version.Version
- getHashShort() - Method in interface com.github.manikmagar.maven.versioner.core.version.VersionStrategy
- getInitial() - Method in class com.github.manikmagar.maven.versioner.core.params.VersionConfig
- getKeywords() - Method in class com.github.manikmagar.maven.versioner.core.params.VersionConfig
- getMajor() - Method in class com.github.manikmagar.maven.versioner.core.params.InitialVersion
- getMajor() - Method in class com.github.manikmagar.maven.versioner.core.version.Version
- getMajorKey() - Method in class com.github.manikmagar.maven.versioner.core.params.VersionKeywords
- getMinor() - Method in class com.github.manikmagar.maven.versioner.core.params.InitialVersion
- getMinor() - Method in class com.github.manikmagar.maven.versioner.core.version.Version
- getMinorKey() - Method in class com.github.manikmagar.maven.versioner.core.params.VersionKeywords
- getPatch() - Method in class com.github.manikmagar.maven.versioner.core.params.InitialVersion
- getPatch() - Method in class com.github.manikmagar.maven.versioner.core.version.Version
- getPatchKey() - Method in class com.github.manikmagar.maven.versioner.core.params.VersionKeywords
- getPattern() - Method in class com.github.manikmagar.maven.versioner.core.params.VersionPattern
- getToken() - Method in enum com.github.manikmagar.maven.versioner.core.version.VersionPatternStrategy.PatternToken
- getTokenGroupRegex() - Method in enum com.github.manikmagar.maven.versioner.core.version.VersionPatternStrategy.PatternToken
- getVersion() - Method in class com.github.manikmagar.maven.versioner.core.version.SemVerStrategy
- getVersion() - Method in interface com.github.manikmagar.maven.versioner.core.version.VersionStrategy
- getVersionPattern() - Method in class com.github.manikmagar.maven.versioner.core.params.VersionConfig
- getVersionPattern() - Method in class com.github.manikmagar.maven.versioner.core.version.VersionPatternStrategy
- GitTag - Class in com.github.manikmagar.maven.versioner.core.git
- GitVersionerException - Exception in com.github.manikmagar.maven.versioner.core
- GitVersionerException(String) - Constructor for exception com.github.manikmagar.maven.versioner.core.GitVersionerException
- GitVersionerException(String, Exception) - Constructor for exception com.github.manikmagar.maven.versioner.core.GitVersionerException
- GV_INITIAL_VERSION_MAJOR - Static variable in class com.github.manikmagar.maven.versioner.core.params.InitialVersion
- GV_INITIAL_VERSION_MINOR - Static variable in class com.github.manikmagar.maven.versioner.core.params.InitialVersion
- GV_INITIAL_VERSION_PATCH - Static variable in class com.github.manikmagar.maven.versioner.core.params.InitialVersion
- GV_KEYWORDS_MAJOR_KEY - Static variable in class com.github.manikmagar.maven.versioner.core.params.VersionKeywords
- GV_KEYWORDS_MINOR_KEY - Static variable in class com.github.manikmagar.maven.versioner.core.params.VersionKeywords
- GV_KEYWORDS_PATCH_KEY - Static variable in class com.github.manikmagar.maven.versioner.core.params.VersionKeywords
- GV_PATTERN_PATTERN - Static variable in class com.github.manikmagar.maven.versioner.core.params.VersionPattern
H
- HASH - com.github.manikmagar.maven.versioner.core.version.VersionPatternStrategy.PatternToken
- HASH_SHORT - com.github.manikmagar.maven.versioner.core.version.VersionPatternStrategy.PatternToken
- hashCode() - Method in class com.github.manikmagar.maven.versioner.core.params.InitialVersion
- hashCode() - Method in class com.github.manikmagar.maven.versioner.core.params.VersionConfig
- hashCode() - Method in class com.github.manikmagar.maven.versioner.core.params.VersionKeywords
- hashCode() - Method in class com.github.manikmagar.maven.versioner.core.params.VersionPattern
- hashCode() - Method in class com.github.manikmagar.maven.versioner.core.version.Version
I
- increment(VersionComponentType, String) - Method in class com.github.manikmagar.maven.versioner.core.version.SemVerStrategy
- increment(VersionComponentType, String) - Method in interface com.github.manikmagar.maven.versioner.core.version.VersionStrategy
-
Increments the version component
- InitialVersion - Class in com.github.manikmagar.maven.versioner.core.params
-
Defines the initial values for version components in SemVer - {major}.{minor}.{patch}
- InitialVersion() - Constructor for class com.github.manikmagar.maven.versioner.core.params.InitialVersion
- InitialVersion(int, int, int) - Constructor for class com.github.manikmagar.maven.versioner.core.params.InitialVersion
J
- JGit - Class in com.github.manikmagar.maven.versioner.core.git
- JGit.Operation<T,R> - Interface in com.github.manikmagar.maven.versioner.core.git
- JGitVersioner - Class in com.github.manikmagar.maven.versioner.core.git
- JGitVersioner(VersionConfig) - Constructor for class com.github.manikmagar.maven.versioner.core.git.JGitVersioner
K
- KEY_MAJOR - Static variable in class com.github.manikmagar.maven.versioner.core.params.VersionKeywords
- KEY_MINOR - Static variable in class com.github.manikmagar.maven.versioner.core.params.VersionKeywords
- KEY_PATCH - Static variable in class com.github.manikmagar.maven.versioner.core.params.VersionKeywords
M
- MAJOR - com.github.manikmagar.maven.versioner.core.version.VersionComponentType
- MAJOR - com.github.manikmagar.maven.versioner.core.version.VersionPatternStrategy.PatternToken
- MINOR - com.github.manikmagar.maven.versioner.core.version.VersionComponentType
- MINOR - com.github.manikmagar.maven.versioner.core.version.VersionPatternStrategy.PatternToken
- mustBePositive(int, String) - Static method in class com.github.manikmagar.maven.versioner.core.Util
P
- PATCH - com.github.manikmagar.maven.versioner.core.version.VersionComponentType
- PATCH - com.github.manikmagar.maven.versioner.core.version.VersionPatternStrategy.PatternToken
R
- replace(VersionPatternStrategy.PatternToken, int) - Method in class com.github.manikmagar.maven.versioner.core.version.VersionPatternStrategy.TokenReplacer
- replace(VersionPatternStrategy.PatternToken, String) - Method in class com.github.manikmagar.maven.versioner.core.version.VersionPatternStrategy.TokenReplacer
S
- SemVerStrategy - Class in com.github.manikmagar.maven.versioner.core.version
-
Create Semantic version string
- SemVerStrategy(int, int, int, String, String) - Constructor for class com.github.manikmagar.maven.versioner.core.version.SemVerStrategy
- SemVerStrategy(String, String) - Constructor for class com.github.manikmagar.maven.versioner.core.version.SemVerStrategy
- setHash(String) - Method in class com.github.manikmagar.maven.versioner.core.version.AbstractVersionStrategy
- setInitial(InitialVersion) - Method in class com.github.manikmagar.maven.versioner.core.params.VersionConfig
- setKeywords(VersionKeywords) - Method in class com.github.manikmagar.maven.versioner.core.params.VersionConfig
- setMajor(int) - Method in class com.github.manikmagar.maven.versioner.core.params.InitialVersion
- setMajorKey(String) - Method in class com.github.manikmagar.maven.versioner.core.params.VersionKeywords
- setMinor(int) - Method in class com.github.manikmagar.maven.versioner.core.params.InitialVersion
- setMinorKey(String) - Method in class com.github.manikmagar.maven.versioner.core.params.VersionKeywords
- setPatch(int) - Method in class com.github.manikmagar.maven.versioner.core.params.InitialVersion
- setPatchKey(String) - Method in class com.github.manikmagar.maven.versioner.core.params.VersionKeywords
- setPattern(String) - Method in class com.github.manikmagar.maven.versioner.core.params.VersionPattern
- setVersionPattern(VersionPattern) - Method in class com.github.manikmagar.maven.versioner.core.params.VersionConfig
- strategyName() - Method in class com.github.manikmagar.maven.versioner.core.version.AbstractVersionStrategy
- strategyName() - Method in class com.github.manikmagar.maven.versioner.core.version.SemVerStrategy
- strategyName() - Method in interface com.github.manikmagar.maven.versioner.core.version.VersionStrategy
T
- TokenReplacer(String) - Constructor for class com.github.manikmagar.maven.versioner.core.version.VersionPatternStrategy.TokenReplacer
- toString() - Method in class com.github.manikmagar.maven.versioner.core.version.AbstractVersionStrategy
- toString() - Method in enum com.github.manikmagar.maven.versioner.core.version.VersionPatternStrategy.PatternToken
- toString() - Method in class com.github.manikmagar.maven.versioner.core.version.VersionPatternStrategy.TokenReplacer
- toVersionString() - Method in class com.github.manikmagar.maven.versioner.core.version.SemVerStrategy
- toVersionString() - Method in class com.github.manikmagar.maven.versioner.core.version.VersionPatternStrategy
- toVersionString() - Method in interface com.github.manikmagar.maven.versioner.core.version.VersionStrategy
U
- Util - Class in com.github.manikmagar.maven.versioner.core
V
- valueOf(String) - Static method in enum com.github.manikmagar.maven.versioner.core.version.VersionComponentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.manikmagar.maven.versioner.core.version.VersionPatternStrategy.PatternToken
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.github.manikmagar.maven.versioner.core.version.VersionComponentType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.github.manikmagar.maven.versioner.core.version.VersionPatternStrategy.PatternToken
-
Returns an array containing the constants of this enum type, in the order they are declared.
- version() - Method in class com.github.manikmagar.maven.versioner.core.git.JGitVersioner
- version() - Method in interface com.github.manikmagar.maven.versioner.core.version.Versioner
- Version - Class in com.github.manikmagar.maven.versioner.core.version
- Version(String, String) - Constructor for class com.github.manikmagar.maven.versioner.core.version.Version
- Version(String, String, int, int, int, int) - Constructor for class com.github.manikmagar.maven.versioner.core.version.Version
- VersionComponentType - Enum in com.github.manikmagar.maven.versioner.core.version
- VersionConfig - Class in com.github.manikmagar.maven.versioner.core.params
- VersionConfig() - Constructor for class com.github.manikmagar.maven.versioner.core.params.VersionConfig
- Versioner - Interface in com.github.manikmagar.maven.versioner.core.version
- VersionKeywords - Class in com.github.manikmagar.maven.versioner.core.params
-
Define the version keywords to use when parsing git commit messages.
- VersionKeywords() - Constructor for class com.github.manikmagar.maven.versioner.core.params.VersionKeywords
- VersionKeywords(String, String, String) - Constructor for class com.github.manikmagar.maven.versioner.core.params.VersionKeywords
- VersionPattern - Class in com.github.manikmagar.maven.versioner.core.params
- VersionPattern() - Constructor for class com.github.manikmagar.maven.versioner.core.params.VersionPattern
- VersionPatternStrategy - Class in com.github.manikmagar.maven.versioner.core.version
- VersionPatternStrategy(int, int, int, String, String) - Constructor for class com.github.manikmagar.maven.versioner.core.version.VersionPatternStrategy
- VersionPatternStrategy(int, int, int, String, String, String) - Constructor for class com.github.manikmagar.maven.versioner.core.version.VersionPatternStrategy
- VersionPatternStrategy(String, String) - Constructor for class com.github.manikmagar.maven.versioner.core.version.VersionPatternStrategy
- VersionPatternStrategy(String, String, String) - Constructor for class com.github.manikmagar.maven.versioner.core.version.VersionPatternStrategy
- VersionPatternStrategy.PatternToken - Enum in com.github.manikmagar.maven.versioner.core.version
- VersionPatternStrategy.TokenReplacer - Class in com.github.manikmagar.maven.versioner.core.version
- VersionStrategy - Interface in com.github.manikmagar.maven.versioner.core.version
-
Common interface for versioning strategies.
All Classes All Packages