Uses of Class
org.apache.maven.shared.jar.identification.JarIdentification
Packages that use JarIdentification
Package
Description
- 
Uses of JarIdentification in org.apache.maven.shared.jarMethods in org.apache.maven.shared.jar that return JarIdentificationMethods in org.apache.maven.shared.jar with parameters of type JarIdentificationModifier and TypeMethodDescriptionvoidJarData.setJarIdentification(JarIdentification jarIdentification) 
- 
Uses of JarIdentification in org.apache.maven.shared.jar.identificationMethods in org.apache.maven.shared.jar.identification that return JarIdentificationModifier and TypeMethodDescriptionJarIdentificationAnalysis.analyze(JarAnalyzer jarAnalyzer) Analyze a JAR and find any associated Maven metadata.Methods in org.apache.maven.shared.jar.identification with parameters of type JarIdentificationModifier and TypeMethodDescriptionvoidJarIdentificationExposer.expose(JarIdentification identification, JarAnalyzer jarAnalyzer) Expose metadata during the identification process.
- 
Uses of JarIdentification in org.apache.maven.shared.jar.identification.exposersMethods in org.apache.maven.shared.jar.identification.exposers with parameters of type JarIdentificationModifier and TypeMethodDescriptionvoidEmbeddedMavenModelExposer.expose(JarIdentification identification, JarAnalyzer jarAnalyzer) voidFilenameExposer.expose(JarIdentification identification, JarAnalyzer jarAnalyzer) voidJarClassesExposer.expose(JarIdentification identification, JarAnalyzer jarAnalyzer) voidManifestExposer.expose(JarIdentification identification, JarAnalyzer jarAnalyzer) voidRepositorySearchExposer.expose(JarIdentification identification, JarAnalyzer jarAnalyzer) voidStaticMainOutputExposer.expose(JarIdentification identification, JarAnalyzer jarAnalyzer) voidTextFileExposer.expose(JarIdentification identification, JarAnalyzer jarAnalyzer) voidTimestampExposer.expose(JarIdentification identification, JarAnalyzer jarAnalyzer)