Package com.install4j.api.windows
Class WinProcesses.Info
java.lang.Object
com.install4j.api.ProcessInfo
com.install4j.api.windows.WinProcesses.Info
- All Implemented Interfaces:
Serializable
- Enclosing class:
WinProcesses
Class that holds information about running Windows processes.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the title of one of the visible top-level windows of this process.toString()
Methods inherited from class com.install4j.api.ProcessInfo
equals, getModuleName, getProcessId, hashCode
-
Constructor Details
-
Info
Called by the framework.
-
-
Method Details
-
getWindowTitle
Description copied from class:ProcessInfo
Get the title of one of the visible top-level windows of this process.- Specified by:
getWindowTitle
in classProcessInfo
- Returns:
- the title
-
toString
- Overrides:
toString
in classProcessInfo
-