edu.wisc.cs.stego.modules
Class ScannerLoadTest

java.lang.Object
  |
  +--edu.wisc.cs.stego.Scanner
        |
        +--edu.wisc.cs.stego.modules.ScannerLoadTest

public class ScannerLoadTest
extends Scanner

This class is a simple Scanner intended to test the ModuleLoader.

See Also:
ModuleLoader, Scanner

Constructor Summary
ScannerLoadTest()
           
 
Method Summary
static Scanner buildScanner(java.lang.String[] params)
          This factory method builds ScannerLoadTest objects.
 java.lang.String[] scanHeap(HeapProfile hp)
          This method is a stub for testing purposes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScannerLoadTest

public ScannerLoadTest()
Method Detail

buildScanner

public static Scanner buildScanner(java.lang.String[] params)
This factory method builds ScannerLoadTest objects.
Parameters:
params - are ignored, but required by the Scanner specification.
Returns:
a newly instantiated ScannerLoadTest object.

scanHeap

public java.lang.String[] scanHeap(HeapProfile hp)
This method is a stub for testing purposes.
Overrides:
scanHeap in class Scanner
Parameters:
hp - is ignored, but required by the Scanner specification.