Class BaseSourceLoaderImpl
java.lang.Object
io.github.mmm.code.base.BasePathElementAccess
io.github.mmm.code.base.node.BaseNodeItemContainerAccess
io.github.mmm.code.base.loader.BaseSourceLoaderImpl
- All Implemented Interfaces:
io.github.mmm.code.api.CodeLoader, io.github.mmm.code.api.CodeWithContext, BaseLoader, BaseSourceLoader, AutoCloseable
- Direct Known Subclasses:
BaseSourceLoaderRootPackage
public abstract class BaseSourceLoaderImpl
extends BaseNodeItemContainerAccess
implements BaseSourceLoader
Abstract base implementation of
BaseSourceLoader.- Since:
- 1.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BaseNodeItemContainerAccess
addContainerItemMethods inherited from class BasePathElementAccess
addPathElementInternal, getPackageMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BaseLoader
getType, getType, getTypeMethods inherited from interface BaseSourceLoader
close, scan
-
Constructor Details
-
BaseSourceLoaderImpl
public BaseSourceLoaderImpl()
-
-
Method Details
-
getSource
- Specified by:
getSourcein interfaceBaseLoader- Specified by:
getSourcein interfaceio.github.mmm.code.api.CodeWithContext
-
getContext
- Specified by:
getContextin interfaceBaseLoader- Specified by:
getContextin interfaceio.github.mmm.code.api.CodeWithContext
-
setSource
- Parameters:
source- thesource.
-