Class TextFileExposer
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.shared.jar.identification.exposers.TextFileExposer
- All Implemented Interfaces:
JarIdentificationExposer
,org.codehaus.plexus.logging.LogEnabled
public class TextFileExposer
extends org.codehaus.plexus.logging.AbstractLogEnabled
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 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
-
TextFileExposer
public TextFileExposer()
-
-
Method Details