| Package | Description |
|---|---|
| com.suncode.plugin.framework | |
| com.suncode.plugin.framework.requirements |
| Modifier and Type | Method and Description |
|---|---|
Version |
Version.next() |
Version |
Version.nextMajor() |
static Version |
Version.parse(String version) |
static Version |
Version.parse(org.osgi.framework.Version osgiVersion) |
Version |
Version.prev() |
Version |
Version.prevMajor() |
static Version |
Version.random() |
static Version |
Version.zero() |
| Modifier and Type | Method and Description |
|---|---|
int |
Version.compareTo(Version other) |
PluginControl.Validation |
PluginControl.validate(Plugin plugin,
Version newVersion,
Requirements requirements) |
Reference |
Reference.withVersion(Version newVersion) |
| Modifier and Type | Method and Description |
|---|---|
Reference |
Reference.withVersion(java.util.function.UnaryOperator<Version> versionOp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Requirement.isSatisfied(Version available) |
T |
Resolution.Visitor.versionMismatch(Version available) |
Copyright © 2020 Suncode. All rights reserved.