public interface JolRunner
JolRunner analyzes the layout of objects specified in a collection of class files using
the Jol library.| Modifier and Type | Method and Description |
|---|---|
JolResult |
analyze(java.util.Collection<java.lang.String> pClasses,
JolParameters pParameters)
Analyze a collection of classes and report their object layout.
|
void |
init(java.lang.String pToolVersion)
Initialize this instance.
|
void init(java.lang.String pToolVersion)
pToolVersion - The version of Jol this instance is running.JolResult analyze(java.util.Collection<java.lang.String> pClasses, JolParameters pParameters)
pClasses - The fully qualified names of the classes to analyze.pParameters - The analysis parameters.JolResult with the analysis result, never null.java.lang.NullPointerException - if any of the parameters is null.