public interface Resolution
| Modifier and Type | Interface and Description |
|---|---|
static class |
Resolution.LicenseUnsatisfied |
static class |
Resolution.Missing |
static class |
Resolution.NotActive |
static class |
Resolution.Running |
static class |
Resolution.Type |
static class |
Resolution.VersionMismatch |
static interface |
Resolution.Visitor<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(Resolution.Visitor<T> visitor) |
Resolution.Type |
getType() |
default boolean |
isResolved() |
Resolution.Type getType()
default boolean isResolved()
<T> T accept(Resolution.Visitor<T> visitor)
Copyright © 2022 Suncode. All rights reserved.