Class TimestampExposer
java.lang.Object
org.apache.maven.shared.jar.identification.exposers.TimestampExposer
- All Implemented Interfaces:
 JarIdentificationExposer
@Singleton
@Named("timestamp")
public class TimestampExposer
extends Object
implements JarIdentificationExposer
Exposer that examines a a JAR and uses the most recent timestamp as a potential version.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidexpose(JarIdentification identification, JarAnalyzer jarAnalyzer) Expose metadata during the identification process. 
- 
Constructor Details
- 
TimestampExposer
public TimestampExposer() 
 - 
 - 
Method Details