public static class ByteBuddyAgent.AttachmentProvider.Accessor.ExternalAttachment
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.List<java.io.File> |
classPath
The class path elements required for loading the supplied virtual machine type.
|
private java.lang.String |
virtualMachineType
The fully-qualified binary name of the virtual machine type.
|
Constructor and Description |
---|
ExternalAttachment(java.lang.String virtualMachineType,
java.util.List<java.io.File> classPath)
Creates an external attachment.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.io.File> |
getClassPath()
Returns the class path elements required for loading the supplied virtual machine type.
|
java.lang.String |
getVirtualMachineType()
Returns the fully-qualified binary name of the virtual machine type.
|
private final java.lang.String virtualMachineType
private final java.util.List<java.io.File> classPath
public ExternalAttachment(java.lang.String virtualMachineType, java.util.List<java.io.File> classPath)
virtualMachineType
- The fully-qualified binary name of the virtual machine type.classPath
- The class path elements required for loading the supplied virtual machine type.public java.lang.String getVirtualMachineType()
public java.util.List<java.io.File> getClassPath()