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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
expose
(JarIdentification identification, JarAnalyzer jarAnalyzer) Expose metadata during the identification process.Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Constructor Details
-
EmbeddedMavenModelExposer
public EmbeddedMavenModelExposer()
-
-
Method Details