| Modifier and Type | Method and Description |
|---|---|
int |
Version.compareTo(Version v)
Does a full comparison of all version parts.
|
int |
Version.compareTo(Version v,
boolean includeClassifier)
Does a full comparison of all version parts.
|
int |
Version.compareTo(Version v,
Version.VersionPart part)
Compare two versions up to and including the specified version part.
|
int |
Version.compareTo(Version v,
Version.VersionPart part,
boolean includeClassifier)
Compare two versions up to and including the specified version part.
|
Copyright © 2023 Fujion Framework. All rights reserved.