@Incubating public interface ComponentSelection
| Modifier and Type | Method | Description |
|---|---|---|
ModuleComponentIdentifier |
getCandidate() |
Gets the candidate version of the module.
|
void |
reject(java.lang.String reason) |
Rejects the candidate for the resolution.
|
ModuleComponentIdentifier getCandidate()
void reject(java.lang.String reason)
reason - The reason the candidate was rejected.