Package org.jboss.byteman.agent.install
Class VMInfo
- java.lang.Object
-
- org.jboss.byteman.agent.install.VMInfo
-
public class VMInfo extends java.lang.Object
Auxiliary class used by Install to provide clients with ids and display names of attachable JVMs.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
displayName
private java.lang.String
id
-
Constructor Summary
Constructors Constructor Description VMInfo(java.lang.String id, java.lang.String displayName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDisplayName()
java.lang.String
getId()
-