Package net.officefloor.compile.classes
Interface ClassPathScannerContext
public interface ClassPathScannerContext
Context for the
ClassPathScanner.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdds aClasspath entry for the package.Obtains theClassLoader.Obtains the name of thePackageto scan for entries.
-
Method Details
-
getPackageName
String getPackageName()Obtains the name of thePackageto scan for entries.- Returns:
- Name of the
Packageto scan for entries.
-
getClassLoader
ClassLoader getClassLoader()Obtains theClassLoader.- Returns:
ClassLoader.
-
addEntry
Adds aClasspath entry for the package.- Parameters:
entryPath-Classpath entry for the package. This is required to be full path to the entry.
-