|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectclassUtils.resolver.model.AuditMaster
public class AuditMaster
Constructor Summary | |
---|---|
AuditMaster()
|
Method Summary | |
---|---|
void |
addJarFileToAudit(java.util.jar.JarFile jar)
Add the JarFile object to the audit for evaluation and addition to the appropriate TreeMap and consequently the corresponding pane in the GUI splitpane widget. |
java.util.Map |
getDuplicateClassList()
Standard getter |
java.util.Map |
getDuplicateJarList()
Standard getter |
java.util.Map |
getMasterClassList()
Standard getter |
java.util.Map |
getMasterJarList()
Standard getter |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuditMaster()
Method Detail |
---|
public void addJarFileToAudit(java.util.jar.JarFile jar)
addJarFileToAudit
in interface Auditor
The
- current JarFile being evaluated.public java.util.Map getMasterJarList()
Auditor
getMasterJarList
in interface Auditor
public java.util.Map getDuplicateJarList()
Auditor
getDuplicateJarList
in interface Auditor
public java.util.Map getMasterClassList()
Auditor
getMasterClassList
in interface Auditor
public java.util.Map getDuplicateClassList()
Auditor
getDuplicateClassList
in interface Auditor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |