Class Wrapper


  • public class Wrapper
    extends java.lang.Object
    Wrapper class to ensure the required attach API classes are available.

    This class checks that the JDK's attach tools classes are present: VirtualMachine and VirtualMachineDescriptor. If not found, it prints a helpful message and exits.

    Delegates execution to Jinjecte.main(String[]) after validation.

    • Constructor Summary

      Constructors 
      Constructor Description
      Wrapper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Entry point for the wrapper.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Wrapper

        public Wrapper()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Entry point for the wrapper.
        Parameters:
        args - command-line arguments