Class ManifestExposer
java.lang.Object
org.apache.maven.shared.jar.identification.exposers.ManifestExposer
- All Implemented Interfaces:
JarIdentificationExposer
@Singleton
@Named("manifest")
public class ManifestExposer
extends Object
implements JarIdentificationExposer
Exposer that examines a JAR's manifest to derive Maven metadata.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
expose
(JarIdentification identification, JarAnalyzer jarAnalyzer) Expose metadata during the identification process.
-
Constructor Details
-
ManifestExposer
public ManifestExposer()
-
-
Method Details