JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.maven.api.services
Interface VersionResolverResult
@Experimental
public interface
VersionResolverResult
Since:
4.0.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
List
<
Exception
>
getExceptions
()
Optional
<
Repository
>
getRepository
()
Version
getVersion
()
Method Details
getExceptions
@Nonnull
List
<
Exception
>
getExceptions
()
getVersion
@Nonnull
Version
getVersion
()
getRepository
@Nonnull
Optional
<
Repository
>
getRepository
()