Package manifold.api.service
Interface IPluginHost
-
- All Known Subinterfaces:
IFileSystem,IManifoldHost,IRuntimeManifoldHost,IService
- All Known Implementing Classes:
AbstractManifoldHost,BaseService,FileSystemImpl,JavacManifoldHost,JavaTypeManifold,ResourceFileTypeManifold,RuntimeManifoldHost,SingleModuleManifoldHost,UrlTypeManifold
public interface IPluginHostThis simple interface provides the core foundation for component architecture.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default <T> List<T>getInterface(Class<T> apiInterface)Provides an implementation of a specified interface.
-