Uses of Class
manifold.api.service.BaseService
-
Packages that use BaseService Package Description manifold.api.fs.def manifold.api.type manifold.internal.host -
-
Uses of BaseService in manifold.api.fs.def
Subclasses of BaseService in manifold.api.fs.def Modifier and Type Class Description classFileSystemImpl -
Uses of BaseService in manifold.api.type
Subclasses of BaseService in manifold.api.type Modifier and Type Class Description classJavaTypeManifold<M extends IModel>A base class for a Java source producer that is based on a resource file of a specific extension.classResourceFileTypeManifold<M extends IModel>A base class for a type manifold that is based on a resource file type, typically discernible by the file extension.classUrlTypeManifoldA base class for non-resource based type manifolds. -
Uses of BaseService in manifold.internal.host
Subclasses of BaseService in manifold.internal.host Modifier and Type Class Description classAbstractManifoldHostclassJavacManifoldHostJavacManifoldHostis exclusive to an instance ofJavacPlugin.classRuntimeManifoldHostclassSingleModuleManifoldHost
-