org.apache.maven.shared.jar.identification
public class JarIdentificationAnalysis extends java.lang.Object
setExposers(java.util.List)
before calling
analyze(org.apache.maven.shared.jar.JarAnalyzer)
Note that you must first create an instance of JarAnalyzer
- see its Javadoc for
a typical use.Constructor and Description |
---|
JarIdentificationAnalysis() |
Modifier and Type | Method and Description |
---|---|
JarIdentification |
analyze(JarAnalyzer jarAnalyzer)
Analyze a JAR and find any associated Maven metadata.
|
void |
setExposers(java.util.List exposers) |
public JarIdentification analyze(JarAnalyzer jarAnalyzer)
jarAnalyzer
- the JAR to analyze. This must not yet have been closed.public void setExposers(java.util.List exposers)
Copyright © 2014. All Rights Reserved.