Class DumpHK2Command

  • All Implemented Interfaces:
    AdminCommand

    @PerLookup
    @Service(name="_dump-hk2")
    public class DumpHK2Command
    extends Object
    implements AdminCommand
    Dumps the currently configured HK2 modules and their contents.

    Useful for debugging classloader related issues.

    Author:
    Kohsuke Kawaguchi
    • Constructor Detail

      • DumpHK2Command

        public DumpHK2Command()
    • Method Detail

      • execute

        public void execute​(AdminCommandContext context)
        Description copied from interface: AdminCommand
        Executes the command with the command parameters passed as Properties where the keys are the parameter names and the values are the parameter values
        Specified by:
        execute in interface AdminCommand
        Parameters:
        context - information