com.eviware.soapui.impl.wsdl.actions.iface.tools.support
Interface ToolRunner

All Superinterfaces:
java.lang.Runnable
All Known Implementing Classes:
ProcessToolRunner

public interface ToolRunner
extends java.lang.Runnable

Runner for Tool-related utilities

Author:
ole.matzura

Method Summary
 boolean canCancel()
           
 void cancel()
           
 java.lang.String getDescription()
           
 ModelItem getModelItem()
           
 java.lang.String getName()
           
 boolean isRunning()
           
 void setContext(RunnerContext context)
           
 boolean showLog()
           
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

setContext

void setContext(RunnerContext context)

isRunning

boolean isRunning()

canCancel

boolean canCancel()

showLog

boolean showLog()

cancel

void cancel()

getName

java.lang.String getName()

getModelItem

ModelItem getModelItem()

getDescription

java.lang.String getDescription()


Copyright © 2005-2008 eviware.com. All Rights Reserved.