| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
GitVersionCalculator.meta(Metadatas meta) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
GitVersionCalculatorImpl.meta(Metadatas meta) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
MetadataHolder.meta(Metadatas meta) |
void |
MetadataHolder.registerMetadata(Metadatas meta,
String value) |
void |
MetadataHolder.registerMetadataTags(Metadatas meta,
java.util.stream.Stream<org.eclipse.jgit.lib.Ref> tags) |
| Constructor and Description |
|---|
VersionPatternGrammarDefinition(Version version,
java.util.function.Function<String,Optional<String>> env,
java.util.function.Function<String,Optional<String>> sys,
java.util.function.Function<Metadatas,Optional<String>> meta)
Constructor is given the necessary elements to transform the recognized elements.
|
| Modifier and Type | Method and Description |
|---|---|
static Metadatas |
Metadatas.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Metadatas[] |
Metadatas.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
MetadataProvider.meta(Metadatas meta) |
void |
MetadataRegistrar.registerMetadata(Metadatas meta,
String value) |
Copyright © 2016–2019 Matthieu Brouillard. All rights reserved.