Uses of Interface
org.apache.maven.shared.jar.identification.JarIdentificationExposer

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

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

Classes in org.apache.maven.shared.jar.identification.exposers that implement JarIdentificationExposer
 class EmbeddedMavenModelExposer
          Exposer that examines a JAR file for any embedded Maven metadata for identification.
 class FilenameExposer
          Exposer that examines a JAR file to derive Maven metadata from the pattern of the JAR's filename.
 class JarClassesExposer
          Exposer that examines a JAR file to derive Maven metadata from the classes in a JAR.
 class ManifestExposer
          Exposer that examines a JAR's manifest to derive Maven metadata.
 class RepositorySearchExposer
          Exposer that examines a Maven repository for identical files to the JAR being analyzed.
 class StaticMainOutputExposer
          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.
 class TextFileExposer
          Exposer that examines a a JAR for files that contain the text version (case-insensitive) and adds the contents as potential version(s).
 class TimestampExposer
          Exposer that examines a a JAR and uses the most recent timestamp as a potential version.
 



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