Class JarClassesExposer
java.lang.Object
org.apache.maven.shared.jar.identification.exposers.JarClassesExposer
- All Implemented Interfaces:
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.
Note: if not being used from Plexus, the
setAnalyzer(org.apache.maven.shared.jar.classes.JarClassesAnalysis)
method must be called to avoid a NullPointerException during the expose method.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
expose
(JarIdentification identification, JarAnalyzer jarAnalyzer) Expose metadata during the identification process.void
setAnalyzer
(JarClassesAnalysis analyzer)
-
Constructor Details
-
JarClassesExposer
public JarClassesExposer()
-
-
Method Details