public static class ByteBuddyAgent.AttachmentProvider.Accessor.ExternalAttachment extends Object
| Constructor and Description |
|---|
ExternalAttachment(String virtualMachineType,
List<File> classPath)
Creates an external attachment.
|
| Modifier and Type | Method and Description |
|---|---|
List<File> |
getClassPath()
Returns the class path elements required for loading the supplied virtual machine type.
|
String |
getVirtualMachineType()
Returns the fully-qualified binary name of the virtual machine type.
|
public ExternalAttachment(String virtualMachineType, List<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 String getVirtualMachineType()
Copyright © 2014–2018. All rights reserved.