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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidexpose(JarIdentification identification, JarAnalyzer jarAnalyzer) Expose metadata during the identification process. 
- 
Constructor Details
- 
ManifestExposer
public ManifestExposer() 
 - 
 - 
Method Details