public class SoapUIMockAsWarGenerator extends AbstractSoapUIRunner
AbstractSoapUIRunner.SoapUIOptions
Modifier and Type | Field and Description |
---|---|
static String |
TITLE |
ABNORMAL_TERMINATION, log, NORMAL_TERMINATION
Constructor and Description |
---|
SoapUIMockAsWarGenerator() |
SoapUIMockAsWarGenerator(String title) |
Modifier and Type | Method and Description |
---|---|
String |
getLocalEndpoint() |
String |
getWarFile() |
protected AbstractSoapUIRunner.SoapUIOptions |
initCommandLineOptions() |
boolean |
isEnableWebUI() |
boolean |
isIncludeActions() |
boolean |
isIncludeLibraries() |
boolean |
isIncludeListeners() |
static void |
main(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(String localEndpoint) |
void |
setWarFile(String warFile) |
createSoapUICore, ensureConsoleAppenderIsDefined, ensureFolder, ensureOutputFolder, getAbsoluteOutputFolder, getCommandLineOptionSubstSpace, getLog, getModelItemOutputFolder, getOutputFolder, getProjectFile, getProjectPassword, getProjectProperties, getSettingsFile, getSoapUISettingsPassword, initFromCommandLine, initGroovyLog, initProjectProperties, isEnableUI, requiresProjectArgument, run, run, runFromCommandLine, setCustomHeaders, setEnableUI, setGlobalProperties, setOutputFolder, setProjectFile, setProjectPassword, setProjectProperties, setSettingsFile, setSoapUISettingsPassword, setSystemProperties, validateCommandLineArgument
public static String TITLE
public SoapUIMockAsWarGenerator()
public SoapUIMockAsWarGenerator(String title)
public static void main(String[] args) throws Exception
args
- Exception
protected boolean processCommandLine(org.apache.commons.cli.CommandLine cmd)
processCommandLine
in class AbstractSoapUIRunner
protected AbstractSoapUIRunner.SoapUIOptions initCommandLineOptions()
initCommandLineOptions
in class AbstractSoapUIRunner
protected boolean runRunner() throws Exception
runRunner
in class AbstractSoapUIRunner
Exception
public boolean isIncludeActions()
public void setIncludeActions(boolean includeActions)
public boolean isIncludeListeners()
public void setIncludeListeners(boolean includeListeners)
public boolean isIncludeLibraries()
public void setIncludeLibraries(boolean includeLibraries)
public boolean isEnableWebUI()
public void setEnableWebUI(boolean enableWebUI)
public String getLocalEndpoint()
public void setLocalEndpoint(String localEndpoint)
public String getWarFile()
public void setWarFile(String warFile)
Copyright © 2019. All Rights Reserved.