Class TextFileExposer
java.lang.Object
org.apache.maven.shared.jar.identification.exposers.TextFileExposer
- All Implemented Interfaces:
JarIdentificationExposer
@Singleton
@Named("textFile")
public class TextFileExposer
extends Object
implements JarIdentificationExposer
Exposer that examines a a JAR for files that contain the text
version
(case-insensitive) and
adds the contents as potential version(s).-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
expose
(JarIdentification identification, JarAnalyzer jarAnalyzer) Expose metadata during the identification process.
-
Constructor Details
-
TextFileExposer
public TextFileExposer()
-
-
Method Details