
com.xellitix.commons.semver.metadata.MetadataParser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of semver Show documentation
Show all versions of semver Show documentation
Semantic Versioning Models and Utilities
The newest version!
package com.xellitix.commons.semver.metadata;
/**
* {@link Metadata} parser.
*
* @author Grayson Kuhns
*/
public interface MetadataParser {
/**
* Parses {@link Metadata}.
*
* @param metadata The metadata to parse.
* @return The {@link Metadata}.
*/
Metadata parse(String metadata);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy