Class UpdateFinder
java.lang.Object
org.wildfly.prospero.updates.UpdateFinder
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()findUpdates(List<org.eclipse.aether.artifact.Artifact> artifacts) Deprecated, for removal: This API element is subject to removal in a future version.findUpdates(List<org.eclipse.aether.artifact.Artifact> artifacts, List<ChannelVersion> channelVersions)
-
Field Details
-
UPDATES_SEARCH_PARALLELISM
public static final int UPDATES_SEARCH_PARALLELISM- See Also:
-
-
Constructor Details
-
UpdateFinder
public UpdateFinder(org.wildfly.channel.ChannelSession channelSession)
-
-
Method Details
-
findUpdates
@Deprecated(forRemoval=true) public UpdateSet findUpdates(List<org.eclipse.aether.artifact.Artifact> artifacts) throws ArtifactResolutionException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
ArtifactResolutionException
-
findUpdates
public UpdateSet findUpdates(List<org.eclipse.aether.artifact.Artifact> artifacts, List<ChannelVersion> channelVersions) throws ArtifactResolutionException, MetadataException -
close
public void close()- Specified by:
closein interfaceAutoCloseable
-