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