Package org.wildfly.prospero.updates
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)
-
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
public UpdateSet findUpdates(List<org.eclipse.aether.artifact.Artifact> artifacts) throws ArtifactResolutionException - Throws:
ArtifactResolutionException
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-