org.owasp.orizon.mirage.java
Class JavaCollector
java.lang.Object
org.owasp.orizon.core.Trackable
org.owasp.orizon.mirage.Collector
org.owasp.orizon.mirage.java.JavaCollector
public class JavaCollector
- extends Collector
- Author:
- thesp0nge
Methods inherited from class org.owasp.orizon.mirage.Collector |
canDump, canOutput, canParse, find, getCalls, getCyclomaticComplexityIndex, getError, getName, getStats, getVariables, isError, setAfterInspectStatus, setError |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaCollector
public JavaCollector(java.lang.String filename)
JavaCollector
public JavaCollector(java.io.File f)
crawl
public boolean crawl(java.util.Vector<java.lang.String> s)
- Specified by:
crawl
in class Collector
dump
public boolean dump(java.lang.String what)
- Specified by:
dump
in class Collector
getFileIncluded
public java.util.Vector<java.lang.String> getFileIncluded()
- Specified by:
getFileIncluded
in class Collector
getFileIncludedCount
public int getFileIncludedCount()
- Specified by:
getFileIncludedCount
in class Collector
getIdentifiersCount
public int getIdentifiersCount()
- Specified by:
getIdentifiersCount
in class Collector
getVariablesCount
public int getVariablesCount()
- Specified by:
getVariablesCount
in class Collector
hasEmptyCatches
public boolean hasEmptyCatches()
getAuxFaults
public java.util.Vector<Reportable> getAuxFaults()
inspect
public boolean inspect()
- Specified by:
inspect
in class Collector
parse
public boolean parse()
- Specified by:
parse
in class Collector
show
public boolean show(java.lang.String name)
- Specified by:
show
in class Collector
spider
public boolean spider()
- Specified by:
spider
in class Collector