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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidexpose(JarIdentification identification, JarAnalyzer jarAnalyzer) Expose metadata during the identification process. 
- 
Constructor Details
- 
TextFileExposer
public TextFileExposer() 
 - 
 - 
Method Details