Class ServerInfo
- java.lang.Object
-
- org.wso2.diagnostics.actionexecutor.ServerInfo
-
- All Implemented Interfaces:
ActionExecutor
public class ServerInfo extends Object implements ActionExecutor
-
-
Constructor Summary
Constructors Constructor Description ServerInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(String folderPath)Method used to take server information.StringgetServerInfo()Method used to get server information.
-
-
-
Method Detail
-
execute
public void execute(String folderPath)
Method used to take server information.- Specified by:
executein interfaceActionExecutor- Parameters:
folderPath- folder path of the dump folder
-
getServerInfo
public String getServerInfo()
Method used to get server information.- Returns:
- server information
-
-