|
||||||||||
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.classes.JarClassesAnalysis
public class 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 ofJarAnalyzer
- see its Javadoc for
a typical use.
analyze(org.apache.maven.shared.jar.JarAnalyzer)
Constructor Summary | |
---|---|
JarClassesAnalysis()
|
Method Summary | |
---|---|
JarClasses |
analyze(JarAnalyzer jarAnalyzer)
Analyze a JAR and find any classes and their details. |
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 JarClassesAnalysis()
Method Detail |
---|
public JarClasses analyze(JarAnalyzer jarAnalyzer)
jarAnalyzer
- the JAR to analyze. This must not yet have been closed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |