Class MMavenMetadata
java.lang.Object
com.io7m.montarre.xml.MMavenMetadata
Functions to extract version information from Maven Metadata.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordInformation about a snapshot version. -
Method Summary
Modifier and TypeMethodDescriptionextractSnapshotVersion(InputStream stream) Extract a snapshot version from the given metadata stream.
-
Method Details
-
extractSnapshotVersion
public static MMavenMetadata.SnapshotVersion extractSnapshotVersion(InputStream stream) throws IOException Extract a snapshot version from the given metadata stream.- Parameters:
stream- The stream- Returns:
- The snapshot version
- Throws:
IOException- On errors
-