|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jorion.balboa.links.Links
public class Links
The Links application.
| Constructor Summary | |
|---|---|
Links(Config config)
Main constructor. |
|
| Method Summary | |
|---|---|
void |
addListener(IListener listener)
Register a new listener. |
protected void |
callListener(java.io.File jar,
java.util.List<java.lang.String> entries)
Call the listeners to signal a file was parsed. |
boolean |
findJars()
Make sure the base jar does exist, and retrieve all the jars in the classpath. |
java.util.Map<java.lang.String,MyClass> |
getClasses()
|
java.util.List<Jar> |
getSubJars()
|
void |
start()
Start the analysis. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Links(Config config)
config - The input data.| Method Detail |
|---|
public void addListener(IListener listener)
listener - The listener to register.
protected void callListener(java.io.File jar,
java.util.List<java.lang.String> entries)
jar - The jar parsed.entries - The list of entries in this jar corresponding to the search criteria.
public void start()
throws java.io.IOException
java.io.IOException - Any IOException.public boolean findJars()
public java.util.List<Jar> getSubJars()
public java.util.Map<java.lang.String,MyClass> getClasses()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||