Class ByteBuddyAgent.AttachmentProvider.Accessor.Simple.WithExternalAttachment

    • Constructor Detail

      • WithExternalAttachment

        public WithExternalAttachment​(java.lang.Class<?> virtualMachineType,
                                      java.util.List<java.io.File> classPath)
        Creates a new simple accessor that allows for external attachment.
        Parameters:
        virtualMachineType - The com.sun.tools.attach.VirtualMachine class.
        classPath - The class path required for loading the virtual machine type.