org.owasp.orizon.mirage.jsp
Class JspCollector
java.lang.Object
org.owasp.orizon.core.Trackable
org.owasp.orizon.mirage.Collector
org.owasp.orizon.mirage.jsp.JspCollector
public class JspCollector
- extends Collector
This is the Collector for Java Server Pages.
- 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 |
JspCollector
public JspCollector(java.lang.String fileName)
JspCollector
public JspCollector(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
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