Class JarClassesAnalysis
java.lang.Object
org.apache.maven.shared.jar.classes.JarClassesAnalysis
Analyze the classes in a JAR file. This class is thread safe and immutable as it retains no state.
Note that you must first create an instance of
JarAnalyzer
- see its Javadoc for
a typical use.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionanalyze
(JarAnalyzer jarAnalyzer) Analyze a JAR and find any classes and their details.
-
Constructor Details
-
JarClassesAnalysis
public JarClassesAnalysis()
-
-
Method Details