Class ByteBuddyAgent.AttachmentProvider.Accessor.ExternalAttachment

    • Constructor Detail

      • ExternalAttachment

        public ExternalAttachment​(String virtualMachineType,
                                  List<File> classPath)
        Creates an external attachment.
        Parameters:
        virtualMachineType - The fully-qualified binary name of the virtual machine type.
        classPath - The class path elements required for loading the supplied virtual machine type.
    • Method Detail

      • getVirtualMachineType

        public String getVirtualMachineType()
        Returns the fully-qualified binary name of the virtual machine type.
        Returns:
        The fully-qualified binary name of the virtual machine type.
      • getClassPath

        public List<File> getClassPath()
        Returns the class path elements required for loading the supplied virtual machine type.
        Returns:
        The class path elements required for loading the supplied virtual machine type.