Package me.deecaad.core.file
Class JarInstancer
java.lang.Object
me.deecaad.core.file.JarSearcher
me.deecaad.core.file.JarInstancer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> @NotNull List<T> createAllInstances(@NotNull Class<T> clazz, @NotNull ClassLoader classLoader, @NotNull SearchMode filter) Methods inherited from class me.deecaad.core.file.JarSearcher
findAllSubclasses
-
Constructor Details
-
JarInstancer
-
-
Method Details
-
createAllInstances
@NotNull public <T> @NotNull List<T> createAllInstances(@NotNull @NotNull Class<T> clazz, @NotNull @NotNull ClassLoader classLoader, @NotNull @NotNull SearchMode filter)
-