Package com.install4j.api.windows
Class WinProcesses.Info
- java.lang.Object
-
- com.install4j.api.ProcessInfo
-
- com.install4j.api.windows.WinProcesses.Info
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- WinProcesses
public static class WinProcesses.Info extends ProcessInfo
Class that holds information about running Windows processes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Info(int processId, java.lang.String moduleName)
Called by the framework.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getWindowTitle()
Get the title of one of the visible top-level windows of this process.java.lang.String
toString()
-
Methods inherited from class com.install4j.api.ProcessInfo
equals, getModuleName, getProcessId, hashCode
-
-
-
-
Method Detail
-
getWindowTitle
public java.lang.String 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
public java.lang.String toString()
- Overrides:
toString
in classProcessInfo
-
-