Class JarIdentificationAnalysis
java.lang.Object
org.apache.maven.shared.jar.identification.JarIdentificationAnalysis
Analyze the JAR file to identify Maven artifact metadata. This class is thread safe and immutable as long as all
provided exposers are, as it retains no state.
If using Plexus, the class will use all available exposers in the container.
If not using Plexus, the exposers must be set using
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanalyze
(JarAnalyzer jarAnalyzer) Analyze a JAR and find any associated Maven metadata.void
setExposers
(List exposers)
-
Constructor Details
-
JarIdentificationAnalysis
public JarIdentificationAnalysis()
-
-
Method Details
-
setExposers