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 SummaryConstructorsConstructorDescriptionRepositorySearchExposer(RepositoryHashSearch repositoryHashSearch, JarHashAnalyzer fileHashAnalyzer, JarHashAnalyzer bytecodeHashAnalyzer) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidexpose(JarIdentification identification, JarAnalyzer jarAnalyzer) Expose metadata during the identification process.
- 
Constructor Details
- 
Method Details