@java.lang.Deprecated @java.lang.SuppressWarnings("JavadocReference") public class SoapUI
This legacy class used to be the entry point (main class) in SoapUI. It is no longer used in ReadyAPI, but it's still around because some methods and fields are accessed from plugins and Groovy scripts.
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
CURRENT_LOADUI_WORKSPACE |
|
static java.lang.String |
CURRENT_SOAPUI_WORKSPACE |
|
static java.lang.String |
DEFAULT_DESKTOP |
|
static java.lang.String |
DEFAULT_WORKSPACE_FILE |
|
static java.lang.String |
ERROR_PAGE_CAN_NOT_LOAD |
|
static java.lang.String |
LOADUI_AGENT_WORKSPACE_FILE |
|
static java.lang.String |
PROPERTIES_TAB_PANEL_NAME |
|
static java.lang.String |
PROPERTY_CHANGE_REST_METHOD_ACTION_NAME |
|
static java.lang.String |
READY_API_TITLE |
|
static java.lang.String |
SOAPUI_RESOURCE_PATTERNS_DIRECTORY_PATH |
|
static java.lang.String |
SOAPUI_SPLASH |
|
static java.lang.String |
SOAPUI_VERSION |
Use ReadyApiCoreModule.READY_API_VERSION instead. |
static java.lang.String |
STARTER_PAGE_ERROR_URL |
|
static java.lang.String |
STARTER_PAGE_HEADER |
|
static java.lang.String |
STARTER_PAGE_TOOL_TIP |
|
static java.lang.String |
STARTER_PAGE_URL |
|
static Logger |
log |
Use of this logger is strongly discouraged. |
Type Params | Return Type | Name and description |
---|---|---|
|
public static Workspace |
agentWorkspace() |
|
public static Workspace |
createWorkspace() |
|
public static Logger |
ensureGroovyLog() |
|
public static SoapUIActionRegistry |
getActionRegistry() |
|
public static CmdLineRunner |
getCmdLineRunner() |
|
public static SoapUIDesktop |
getDesktop() |
|
public static Logger |
getErrorLog() |
|
public static SoapUIFactoryRegistry |
getFactoryRegistry() |
|
public static javax.swing.JFrame |
getFrame() The frame property is never set, so this method throws an exception.
|
|
public static java.util.List<java.awt.Image> |
getFrameIcons() |
|
public static TestPropertyHolder |
getGlobalProperties() |
|
public static SoapUIListenerRegistry |
getListenerRegistry() |
|
public static Log4JMonitor |
getLogMonitor() |
|
public static java.lang.String[] |
getMainArgs() The main args property is never set, so this method throws an exception. |
|
public static MockEngine |
getMockEngine() |
|
public static Navigator |
getNavigator() |
|
public static Navigator |
getNavigatorByRootName(java.lang.String rootName) |
|
public static Settings |
getSettings() |
|
public static SoapUICore |
getSoapUICore() Deprecated, use ApplicationEnvironment#getSoapUICore()#getSoapUICore() instead |
|
public static javax.swing.Timer |
getSoapUITimer() |
|
public static TestMonitor |
getTestMonitor() |
|
public static java.util.concurrent.ThreadPoolExecutor |
getThreadPool() |
|
public static JXToolBar |
getToolBar() |
|
public static java.lang.String |
getVersion(java.lang.String versionPropertyName) Use ReadyApiCoreModule.READY_API_VERSION instead. |
|
public static Workspace |
getWorkspace() |
|
public static void |
importPreferences(java.io.File file) |
|
public static void |
initAutoSaveTimer() |
|
public static void |
initDefaultCore() |
|
public static javax.swing.JComponent |
initLogMonitor(boolean hasDefault, java.lang.String defaultName, Log4JMonitor logMonitor) |
|
public static boolean |
isBrowserDisabled() |
|
public static boolean |
isCommandLine() Deprecated, use RuntimeEnvironment#isCommandLine()#isCommandLine() instead |
|
public static boolean |
isSelectingMostRecentlyUsedDesktopPanelOnClose() |
|
public static boolean |
isStandalone() Deprecated, use RuntimeEnvironment#isStandalone()#isStandalone() instead |
|
public static void |
log(java.lang.Object message) |
|
public static void |
logError(java.lang.Throwable e) |
|
public static void |
logError(java.lang.Throwable e, java.lang.String message) |
|
public static boolean |
processCommandLineArgs(CommandLine cmd) |
|
public static java.lang.String |
saveSettings() |
|
public static void |
setCmdLineRunner(CmdLineRunner runner) |
|
public static void |
setDesktop(SoapUIDesktop desktop) |
|
public static void |
setLaunchedTestRunner(java.lang.Boolean launchedTestRunner) Unlike in the old SoapUI code, in ReadyAPI this method doesn't do anything. |
|
public static void |
setLogMonitor(Log4JMonitor monitor) |
|
public static void |
setNavigator(Navigator navigator) |
|
public static void |
setNavigatorToMap(Navigator navigator) |
|
public void |
setSoapUICore(SoapUICore core) |
|
public void |
setSoapUICore(SoapUICore core, boolean isCommandLine) |
|
public static void |
setStandalone(boolean standalone) |
|
public static void |
setTestMonitor(TestMonitor monitor) |
|
public static void |
setWorkspace(Workspace workspace) |
|
public static void |
shutdown() |
|
public static void |
updateProxyFromSettings() |
|
public static boolean |
usingGraphicalEnvironment() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Use ReadyApiCoreModule.READY_API_VERSION instead. This should now only be used to compare save files with those from SoapUI.
Use of this logger is strongly discouraged. Logging should be done with standard SLF4J loggers, defined in each class that needs to log something.
The frame
property is never set, so this method throws an exception.
Use UISupport.getMainFrame() instead.
The main args property is never set, so this method throws an exception. Users who really want the arguments of the application can get it from the RuntimeMXBean.
Deprecated, use ApplicationEnvironment#getSoapUICore()#getSoapUICore() instead
Use ReadyApiCoreModule.READY_API_VERSION instead.
Deprecated, use RuntimeEnvironment#isCommandLine()#isCommandLine() instead
Deprecated, use RuntimeEnvironment#isStandalone()#isStandalone() instead
Unlike in the old SoapUI code, in ReadyAPI this method doesn't do anything.
launchedTestRunner
- a boolean that will be ignored in ReadyAPI