Package org.wildfly.prospero.updates
Class UpdateFinder
- java.lang.Object
-
- org.wildfly.prospero.updates.UpdateFinder
-
- All Implemented Interfaces:
AutoCloseable
public class UpdateFinder extends Object implements AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description static intUPDATES_SEARCH_PARALLELISM
-
Constructor Summary
Constructors Constructor Description UpdateFinder(org.wildfly.channel.ChannelSession channelSession)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()UpdateSetfindUpdates(List<org.eclipse.aether.artifact.Artifact> artifacts)
-
-
-
Field Detail
-
UPDATES_SEARCH_PARALLELISM
public static final int UPDATES_SEARCH_PARALLELISM
- See Also:
- Constant Field Values
-
-
Method Detail
-
findUpdates
public UpdateSet findUpdates(List<org.eclipse.aether.artifact.Artifact> artifacts) throws ArtifactResolutionException
- Throws:
ArtifactResolutionException
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable
-
-