public static class RuntimeFrameworkVersionMatcher.RuntimeFrameworkVersion extends Object
| Constructor and Description |
|---|
RuntimeFrameworkVersion(String frameworkVersion) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMajor() |
Integer |
getMinor() |
Integer |
getPatch() |
RuntimeFrameworkVersionMatcher.MatchingType |
getPatchMatchingType() |
String |
getSuffix() |
boolean |
match(RuntimeFrameworkVersionMatcher.RuntimeFrameworkVersion version) |
void |
setPatch(Integer patch) |
String |
toString() |
public RuntimeFrameworkVersion(String frameworkVersion)
public Integer getMajor()
public Integer getMinor()
public Integer getPatch()
public void setPatch(Integer patch)
public RuntimeFrameworkVersionMatcher.MatchingType getPatchMatchingType()
public String getSuffix()
public boolean match(RuntimeFrameworkVersionMatcher.RuntimeFrameworkVersion version)
Copyright © 2024. All rights reserved.