public abstract class VersionRule extends Object
| Constructor and Description |
|---|
VersionRule(String versionRule) |
| Modifier and Type | Method and Description |
|---|---|
String |
getVersionRule() |
boolean |
isAccept(Version version) |
abstract boolean |
isMatch(Version version,
Version latestVersion) |
String |
toString() |
public VersionRule(String versionRule)
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.