public class

VMSupport

extends Object
java.lang.Object
   ↳ sun.misc.VMSupport

Summary

Public Constructors
VMSupport()
Public Methods
synchronized static Properties getAgentProperties()
Returns the agent properties.
static boolean isClassPathAttributePresent(String path)
static byte[] serializeAgentPropertiesToByteArray()
static byte[] serializePropertiesToByteArray()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public VMSupport ()

Public Methods

public static synchronized Properties getAgentProperties ()

Returns the agent properties.

public static boolean isClassPathAttributePresent (String path)

public static byte[] serializeAgentPropertiesToByteArray ()

Throws
IOException

public static byte[] serializePropertiesToByteArray ()

Throws
IOException