com.atlassian.fisheye.plugins.scm.utils.process
Interface InputHandler

All Known Implementing Classes:
BaseInputHandler, StringInputHandler

public interface InputHandler

A Handler for process input The InputHandler interface is designed to allow different input provision strategies to be plugged into process handlers


Method Summary
 void complete()
           
 void process(java.io.OutputStream input)
           
 void setWatchdog(Watchdog watchdog)
           
 

Method Detail

process

void process(java.io.OutputStream input)

complete

void complete()

setWatchdog

void setWatchdog(Watchdog watchdog)