public class FlexibleSemanticVersion extends SemanticVersion implements Comparable<IVersion>, IVersion
| Constructor and Description |
|---|
FlexibleSemanticVersion(String buf)
Use an external library for parsing.
|
compareTo, equals, getMajor, getMinor, getPatch, hashCode, isStable, satisfies, setVersion, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetMajor, getMinor, getPatch, isStable, satisfiescompareTopublic FlexibleSemanticVersion(String buf)
buf - Version string to parseCopyright © 2015. All rights reserved.