Uses of Class
org.apache.maven.shared.jar.identification.JarIdentification
Package
Description
-
Uses of JarIdentification in org.apache.maven.shared.jar
Modifier and TypeMethodDescriptionvoid
JarData.setJarIdentification
(JarIdentification jarIdentification) -
Uses of JarIdentification in org.apache.maven.shared.jar.identification
Modifier and TypeMethodDescriptionJarIdentificationAnalysis.analyze
(JarAnalyzer jarAnalyzer) Analyze a JAR and find any associated Maven metadata.Modifier and TypeMethodDescriptionvoid
JarIdentificationExposer.expose
(JarIdentification identification, JarAnalyzer jarAnalyzer) Expose metadata during the identification process. -
Uses of JarIdentification in org.apache.maven.shared.jar.identification.exposers
Modifier and TypeMethodDescriptionvoid
EmbeddedMavenModelExposer.expose
(JarIdentification identification, JarAnalyzer jarAnalyzer) void
FilenameExposer.expose
(JarIdentification identification, JarAnalyzer jarAnalyzer) void
JarClassesExposer.expose
(JarIdentification identification, JarAnalyzer jarAnalyzer) void
ManifestExposer.expose
(JarIdentification identification, JarAnalyzer jarAnalyzer) void
RepositorySearchExposer.expose
(JarIdentification identification, JarAnalyzer jarAnalyzer) void
StaticMainOutputExposer.expose
(JarIdentification identification, JarAnalyzer jarAnalyzer) void
TextFileExposer.expose
(JarIdentification identification, JarAnalyzer jarAnalyzer) void
TimestampExposer.expose
(JarIdentification identification, JarAnalyzer jarAnalyzer)