|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.plexus.logging.AbstractLogEnabled
org.apache.maven.shared.jar.identification.exposers.TextFileExposer
public class TextFileExposer
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 | |
---|---|
TextFileExposer()
|
Method Summary | |
---|---|
void |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextFileExposer()
Method Detail |
---|
public void expose(JarIdentification identification, JarAnalyzer jarAnalyzer)
JarIdentificationExposer
expose
in interface JarIdentificationExposer
identification
- the identification record to populate with the exposed metadatajarAnalyzer
- the JAR to obtain the information from. Should be treated as read only, with the exception
of caching the metadata if it would be identical when run over the same file again.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |