Interface BaseSourceLoader
- All Superinterfaces:
AutoCloseable, BaseLoader, io.github.mmm.code.api.CodeLoader, io.github.mmm.code.api.CodeWithContext
- All Known Implementing Classes:
BaseSourceLoaderImpl, BaseSourceLoaderRootPackage
BaseLoader that encapsulates the physical loading of code from a
BaseSource.- Since:
- 1.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
- See Also:
-
Method Summary
Methods inherited from interface BaseLoader
getContext, getSource, getType, getType, getType
-
Method Details
-
scan
- Parameters:
pkg- theBasePackageto scan. Will load allchildrenof the package.
-
close
void close()- Specified by:
closein interfaceAutoCloseable
-