Class JarClassesExposer
java.lang.Object
org.apache.maven.shared.jar.identification.exposers.JarClassesExposer
- All Implemented Interfaces:
JarIdentificationExposer
@Singleton
@Named("jarClasses")
public class JarClassesExposer
extends Object
implements JarIdentificationExposer
Exposer that examines a JAR file to derive Maven metadata from the classes in a JAR. It will currently identify
potential group IDs from the class packages.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
expose
(JarIdentification identification, JarAnalyzer jarAnalyzer) Expose metadata during the identification process.
-
Constructor Details
-
Method Details