public class JarIdentificationAnalysis extends 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(List exposers) |
public JarIdentification analyze(JarAnalyzer jarAnalyzer)
jarAnalyzer - the JAR to analyze. This must not yet have been closed.public void setExposers(List exposers)
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.