Uses of Interface
com.github.kaktushose.jda.commands.definitions.description.ClassFinder
Package
Description
Root package of JDA-Commands.
This packages includes different types of
Descriptions
that contain meta information about classes, methods und parameters, similar to reflections.-
Uses of ClassFinder in com.github.kaktushose.jda.commands
Modifier and TypeMethodDescription@NotNull JDACommandsBuilder
JDACommandsBuilder.classFinders
(@NotNull ClassFinder... classFinders) -
Uses of ClassFinder in com.github.kaktushose.jda.commands.definitions.description
Modifier and TypeMethodDescriptionstatic @NotNull ClassFinder
This provides an array backed implementation ofClassFinder
that just returns the explicitly stated classes.static @NotNull ClassFinder
ClassFinder.reflective
(@NotNull Class<?> baseClass, @NotNull String... packages) This provides a reflections based implementation ofClassFinder
-
Uses of ClassFinder in com.github.kaktushose.jda.commands.definitions.description.reflective