Package dev.equo.ide
Interface IdeHook
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
EquoChromium,IdeHookBranding,IdeHookBuildship,IdeHookM2E,IdeHookWelcome
public interface IdeHook extends java.io.Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIdeHook.InstantiatedListstatic classIdeHook.List
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description IdeHookInstantiatedinstantiate()static IdeHookInstantiatedusingReflection(java.lang.String implementationClassName, IdeHook constructorArg)
-
-
-
Method Detail
-
instantiate
IdeHookInstantiated instantiate() throws java.lang.Exception
- Throws:
java.lang.Exception
-
usingReflection
static IdeHookInstantiated usingReflection(java.lang.String implementationClassName, IdeHook constructorArg) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-