Class RepositorySearchExposer
java.lang.Object
org.apache.maven.shared.jar.identification.exposers.RepositorySearchExposer
- All Implemented Interfaces:
JarIdentificationExposer
@Singleton
@Named("repositorySearch")
public class RepositorySearchExposer
extends Object
implements JarIdentificationExposer
Exposer that examines a Maven repository for identical files to the JAR being analyzed. It will look for both
identical files, and files with identical classes.
-
Constructor Summary
ConstructorDescriptionRepositorySearchExposer
(RepositoryHashSearch repositoryHashSearch, JarHashAnalyzer fileHashAnalyzer, JarHashAnalyzer bytecodeHashAnalyzer) -
Method Summary
Modifier and TypeMethodDescriptionvoid
expose
(JarIdentification identification, JarAnalyzer jarAnalyzer) Expose metadata during the identification process.
-
Constructor Details
-
Method Details