Interface JarIdentificationExposer
- All Known Implementing Classes:
EmbeddedMavenModelExposer
,FilenameExposer
,JarClassesExposer
,ManifestExposer
,RepositorySearchExposer
,StaticMainOutputExposer
,TextFileExposer
,TimestampExposer
public interface JarIdentificationExposer
Expose information from a JAR during the identification process. Implementations should be made to be thread safe.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
expose
(JarIdentification identification, JarAnalyzer jarAnalyzer) Expose metadata during the identification process.
-
Method Details