Class FilenameExposer
java.lang.Object
org.apache.maven.shared.jar.identification.exposers.FilenameExposer
- All Implemented Interfaces:
JarIdentificationExposer
@Singleton
@Named("filename")
public class FilenameExposer
extends Object
implements JarIdentificationExposer
Exposer that examines a JAR file to derive Maven metadata from the pattern of the JAR's filename.
Will match the format artifactId-version.jar.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
expose
(JarIdentification identification, JarAnalyzer jarAnalyzer) Expose metadata during the identification process.
-
Constructor Details
-
FilenameExposer
public FilenameExposer()
-
-
Method Details