org.apache.maven.shared.jar.identification.exposers
Class EmbeddedMavenModelExposer
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.shared.jar.identification.exposers.EmbeddedMavenModelExposer
- All Implemented Interfaces:
- JarIdentificationExposer, org.codehaus.plexus.logging.LogEnabled
public class EmbeddedMavenModelExposer
- extends org.codehaus.plexus.logging.AbstractLogEnabled
- implements JarIdentificationExposer
Exposer that examines a JAR file for any embedded Maven metadata for identification.
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmbeddedMavenModelExposer
public EmbeddedMavenModelExposer()
expose
public void expose(JarIdentification identification,
JarAnalyzer jarAnalyzer)
- Description copied from interface:
JarIdentificationExposer
- Expose metadata during the identification process.
- Specified by:
expose
in interface JarIdentificationExposer
- Parameters:
identification
- the identification record to populate with the exposed metadatajarAnalyzer
- the JAR to obtain the information from. Should be treated as read only, with the exception
of caching the metadata if it would be identical when run over the same file again.
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.