Class LocationScanner<T>

    • Method Detail

      • getClasses

        public Collection<Class<? extends T>> getClasses()
        Description copied from interface: ClassProvider
        Retrieve all classes which implement the specified interface.
        Specified by:
        getClasses in interface ClassProvider<T>
        Returns:
        The non-abstract classes that were found.
      • getResource

        public @Nullable Resource getResource​(String name)
        Description copied from interface: ResourceProvider
        Retrieves the resource with this name.
        Specified by:
        getResource in interface ResourceProvider
        Parameters:
        name - The name of the resource.
        Returns:
        The resource or null if not found.