Interface ClassPathScannerContext


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

    • getPackageName

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

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

      void addEntry(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.