PortableProcessInfo

public class PortableProcessInfo extends CommonProcessInfo

Cross-platform plain Java implementation of process info interface.

Author

swrede, jwienke

Constructors

PortableProcessInfo

public PortableProcessInfo()

Creates a new instance and initializes all provided values in CommonProcessInfo.

Methods

determineMainClassName

public static String determineMainClassName()

Tries to determine the fully-qualified main class name for the process this class is used in.

Throws

NoSuchElementException – name cannot be determined

Returns

fully qualified name, not null