Interface ClassPathScannerContext


  • public interface ClassPathScannerContext
    Context for the ClassPathScanner.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • getPackageName

        java.lang.String getPackageName()
        Obtains the name of the Package to scan for entries.
        Returns:
        Name of the Package to scan for entries.
      • getClassLoader

        java.lang.ClassLoader getClassLoader()
        Obtains the ClassLoader.
        Returns:
        ClassLoader.
      • addEntry

        void addEntry​(java.lang.String entryPath)
        Adds a Class path entry for the package.
        Parameters:
        entryPath - Class path entry for the package. This is required to be full path to the entry.