org.owasp.webscarab.plugin.fuzz
Interface FuzzSource

All Known Implementing Classes:
RegexSource

public interface FuzzSource

Author:
rogan

Method Summary
 java.lang.Object current()
           
 java.lang.String getDescription()
           
 boolean hasNext()
           
 void increment()
           
 FuzzSource newInstance()
           
 void reset()
           
 int size()
           
 

Method Detail

getDescription

java.lang.String getDescription()

size

int size()

reset

void reset()

hasNext

boolean hasNext()

current

java.lang.Object current()

increment

void increment()

newInstance

FuzzSource newInstance()