Uses of Class
org.apache.maven.shared.jar.identification.JarIdentification

Packages that use JarIdentification
org.apache.maven.shared.jar   
org.apache.maven.shared.jar.identification   
org.apache.maven.shared.jar.identification.exposers   
 

Uses of JarIdentification in org.apache.maven.shared.jar
 

Methods in org.apache.maven.shared.jar that return JarIdentification
 JarIdentification JarData.getJarIdentification()
           
 

Methods in org.apache.maven.shared.jar with parameters of type JarIdentification
 void JarData.setJarIdentification(JarIdentification jarIdentification)
           
 

Uses of JarIdentification in org.apache.maven.shared.jar.identification
 

Methods in org.apache.maven.shared.jar.identification that return JarIdentification
 JarIdentification JarIdentificationAnalysis.analyze(JarAnalyzer jarAnalyzer)
          Analyze a JAR and find any associated Maven metadata.
 

Methods in org.apache.maven.shared.jar.identification with parameters of type JarIdentification
 void JarIdentificationExposer.expose(JarIdentification identification, JarAnalyzer jarAnalyzer)
          Expose metadata during the identification process.
 

Uses of JarIdentification in org.apache.maven.shared.jar.identification.exposers
 

Methods in org.apache.maven.shared.jar.identification.exposers with parameters of type JarIdentification
 void JarClassesExposer.expose(JarIdentification identification, JarAnalyzer jarAnalyzer)
           
 void ManifestExposer.expose(JarIdentification identification, JarAnalyzer jarAnalyzer)
           
 void TextFileExposer.expose(JarIdentification identification, JarAnalyzer jarAnalyzer)
           
 void TimestampExposer.expose(JarIdentification identification, JarAnalyzer jarAnalyzer)
           
 void StaticMainOutputExposer.expose(JarIdentification identification, JarAnalyzer jarAnalyzer)
           
 void EmbeddedMavenModelExposer.expose(JarIdentification identification, JarAnalyzer jarAnalyzer)
           
 void RepositorySearchExposer.expose(JarIdentification identification, JarAnalyzer jarAnalyzer)
           
 void FilenameExposer.expose(JarIdentification identification, JarAnalyzer jarAnalyzer)
           
 



Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.