Class StaticMainOutputExposer
java.lang.Object
org.apache.maven.shared.jar.identification.exposers.StaticMainOutputExposer
- All Implemented Interfaces:
JarIdentificationExposer
@Singleton
@Named("staticMainOutput")
public class StaticMainOutputExposer
extends Object
implements JarIdentificationExposer
Exposer that examines a a JAR for classes that have
Version
in the name and calls their
main
method if it exists to obtain the version.
TODO not currently implemented
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
expose
(JarIdentification identification, JarAnalyzer jarAnalyzer) Expose metadata during the identification process.
-
Constructor Details
-
StaticMainOutputExposer
public StaticMainOutputExposer()
-
-
Method Details