Package dev.equo.ide

Class IdeHookReflected

  • All Implemented Interfaces:
    IdeHook, java.io.Serializable

    public class IdeHookReflected
    extends java.lang.Object
    implements IdeHook
    Creates an IDE hook by calling the no-arg constructor of the given class. Useful for dogfood testing.
    See Also:
    Serialized Form
    • Constructor Detail

      • IdeHookReflected

        public IdeHookReflected​(java.lang.String className)