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 Details

    • StaticMainOutputExposer

      public StaticMainOutputExposer()
  • Method Details

    • expose

      public void expose(JarIdentification identification, JarAnalyzer jarAnalyzer)
      Description copied from interface: JarIdentificationExposer
      Expose metadata during the identification process.
      Specified by:
      expose in interface JarIdentificationExposer
      Parameters:
      identification - the identification record to populate with the exposed metadata
      jarAnalyzer - the JAR to obtain the information from. Should be treated as read only, with the exception of caching the metadata if it would be identical when run over the same file again.