public class MockAsWar extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
MockAsWar.CaseInsensitiveFileFilter |
Modifier and Type | Field and Description |
---|---|
protected boolean |
enableWebUI |
protected boolean |
includeActions |
protected boolean |
includeListeners |
protected String |
localEndpoint |
protected org.apache.log4j.Logger |
log |
protected static String |
MOCKSERVICE_ENDPOINT |
protected static String |
PROJECT_FILE_NAME |
protected File |
projectFile |
protected File |
settingsFile |
protected static String |
SOAPUI_SETTINGS |
protected File |
soapUIDir |
protected File |
warDir |
protected File |
webInf |
Constructor and Description |
---|
MockAsWar(String projectPath,
String settingsPath,
String warDir,
String warFile,
boolean includeExt,
boolean actions,
boolean listeners,
String localEndpoint,
boolean enableWebUI,
WsdlProject project) |
Modifier and Type | Method and Description |
---|---|
protected void |
clearDir(File dir)
Deletes all files, just files, in directory
|
protected void |
copyProjectFile() |
protected void |
createContent(StringBuilder content) |
void |
createMockAsWarArchive() |
protected boolean |
createWarFileSystem() |
protected void |
createWebXml() |
protected boolean |
prepareWarFile() |
protected static final String SOAPUI_SETTINGS
protected static final String PROJECT_FILE_NAME
protected static final String MOCKSERVICE_ENDPOINT
protected File projectFile
protected File settingsFile
protected File warDir
protected File webInf
protected File soapUIDir
protected org.apache.log4j.Logger log
protected boolean includeActions
protected boolean includeListeners
protected final String localEndpoint
protected boolean enableWebUI
public void createMockAsWarArchive()
protected void createWebXml()
protected void createContent(StringBuilder content)
protected boolean prepareWarFile()
protected void copyProjectFile()
protected boolean createWarFileSystem()
protected void clearDir(File dir)
dir
- Copyright © 2019. All Rights Reserved.