| |
|
| java.lang.Object com.eviware.soapui.tools.AbstractSoapUIRunner com.eviware.soapui.tools.SoapUIToolRunner
SoapUIToolRunner | public class SoapUIToolRunner extends AbstractSoapUIRunner implements ToolHost,RunnerContext(Code) | | Standalone tool-runner used from maven-plugin, can also be used from command-line (see xdocs) or
directly from other classes.
For standalone usage, set the project file (with setProjectFile) and other desired properties before
calling run
author: Ole.Matzura |
SoapUIToolRunner | public SoapUIToolRunner()(Code) | | |
disposeContext | public void disposeContext()(Code) | | |
getStatus | public RunnerStatus getStatus()(Code) | | |
initCommandLineOptions | protected SoapUIOptions initCommandLineOptions()(Code) | | |
main | public static void main(String[] args) throws Exception(Code) | | Runs the specified tool in the specified soapUI project file, see soapUI xdocs for details.
Parameters: args - throws: Exception - |
processCommandLine | protected boolean processCommandLine(CommandLine cmd)(Code) | | |
runTool | public void runTool(Interface iface)(Code) | | Runs the configured tool(s) for the specified interface.. needs to be refactored to use
some kind of registry/factory pattern for tools
Parameters: iface - |
setStatus | public void setStatus(RunnerStatus status)(Code) | | |
setTool | public void setTool(String tool)(Code) | | Sets the tool(s) to run, can be a comma-seperated list
Parameters: tool - the tools to run |
Fields inherited from com.eviware.soapui.tools.AbstractSoapUIRunner | protected static Logger log(Code)(Java Doc)
|
|
|
|