Package dev.equo.ide
Class IdeHookReflected
- java.lang.Object
-
- dev.equo.ide.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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface dev.equo.ide.IdeHook
IdeHook.InstantiatedList, IdeHook.List
-
-
Constructor Summary
Constructors Constructor Description IdeHookReflected(java.lang.String className)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdeHookInstantiatedinstantiate()
-
-
-
Method Detail
-
instantiate
public IdeHookInstantiated instantiate() throws java.lang.Exception
- Specified by:
instantiatein interfaceIdeHook- Throws:
java.lang.Exception
-
-