com.eviware.soapui.tools
Class SoapUIMockAsWarGenerator

java.lang.Object
  extended by com.eviware.soapui.tools.AbstractSoapUIRunner
      extended by com.eviware.soapui.tools.SoapUIMockAsWarGenerator
All Implemented Interfaces:
CmdLineRunner

public class SoapUIMockAsWarGenerator
extends AbstractSoapUIRunner


Nested Class Summary
 
Nested classes/interfaces inherited from class com.eviware.soapui.tools.AbstractSoapUIRunner
AbstractSoapUIRunner.SoapUIOptions
 
Field Summary
static java.lang.String TITLE
           
 
Fields inherited from class com.eviware.soapui.tools.AbstractSoapUIRunner
log
 
Constructor Summary
SoapUIMockAsWarGenerator()
           
SoapUIMockAsWarGenerator(java.lang.String title)
           
 
Method Summary
 java.lang.String getLocalEndpoint()
           
 java.lang.String getWarFile()
           
protected  AbstractSoapUIRunner.SoapUIOptions initCommandLineOptions()
           
 boolean isEnableWebUI()
           
 boolean isIncludeActions()
           
 boolean isIncludeLibraries()
           
 boolean isIncludeListeners()
           
static void main(java.lang.String[] args)
          Runs the specified tool in the specified soapUI project file, see soapUI xdocs for details.
protected  boolean processCommandLine(org.apache.commons.cli.CommandLine cmd)
           
protected  boolean runRunner()
           
 void setEnableWebUI(boolean enableWebUI)
           
 void setIncludeActions(boolean includeActions)
           
 void setIncludeLibraries(boolean includeLibraries)
           
 void setIncludeListeners(boolean includeListeners)
           
 void setLocalEndpoint(java.lang.String localEndpoint)
           
 void setWarFile(java.lang.String warFile)
           
 
Methods inherited from class com.eviware.soapui.tools.AbstractSoapUIRunner
createSoapUICore, ensureFolder, ensureOutputFolder, getAbsoluteOutputFolder, getCommandLineOptionSubstSpace, getLog, getModelItemOutputFolder, getOutputFolder, getProjectFile, getProjectPassword, getProjectProperties, getSettingsFile, getSoapUISettingsPassword, initFromCommandLine, initGroovyLog, initProjectProperties, isEnableUI, run, runFromCommandLine, setEnableUI, setGlobalProperties, setOutputFolder, setProjectFile, setProjectPassword, setProjectProperties, setSettingsFile, setSoapUISettingsPassword, setSystemProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TITLE

public static java.lang.String TITLE
Constructor Detail

SoapUIMockAsWarGenerator

public SoapUIMockAsWarGenerator()

SoapUIMockAsWarGenerator

public SoapUIMockAsWarGenerator(java.lang.String title)
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Runs the specified tool in the specified soapUI project file, see soapUI xdocs for details.

Parameters:
args -
Throws:
java.lang.Exception

processCommandLine

protected boolean processCommandLine(org.apache.commons.cli.CommandLine cmd)
Specified by:
processCommandLine in class AbstractSoapUIRunner

initCommandLineOptions

protected AbstractSoapUIRunner.SoapUIOptions initCommandLineOptions()
Specified by:
initCommandLineOptions in class AbstractSoapUIRunner

runRunner

protected boolean runRunner()
                     throws java.lang.Exception
Specified by:
runRunner in class AbstractSoapUIRunner
Throws:
java.lang.Exception

isIncludeActions

public boolean isIncludeActions()

setIncludeActions

public void setIncludeActions(boolean includeActions)

isIncludeListeners

public boolean isIncludeListeners()

setIncludeListeners

public void setIncludeListeners(boolean includeListeners)

isIncludeLibraries

public boolean isIncludeLibraries()

setIncludeLibraries

public void setIncludeLibraries(boolean includeLibraries)

isEnableWebUI

public boolean isEnableWebUI()

setEnableWebUI

public void setEnableWebUI(boolean enableWebUI)

getLocalEndpoint

public java.lang.String getLocalEndpoint()

setLocalEndpoint

public void setLocalEndpoint(java.lang.String localEndpoint)

getWarFile

public java.lang.String getWarFile()

setWarFile

public void setWarFile(java.lang.String warFile)


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