Uses of Interface
manifold.api.service.IService
-
Packages that use IService Package Description manifold.api.fs manifold.api.fs.def manifold.api.host manifold.api.service manifold.api.type manifold.internal.host -
-
Uses of IService in manifold.api.fs
Subinterfaces of IService in manifold.api.fs Modifier and Type Interface Description interfaceIFileSystem -
Uses of IService in manifold.api.fs.def
Classes in manifold.api.fs.def that implement IService Modifier and Type Class Description classFileSystemImpl -
Uses of IService in manifold.api.host
Subinterfaces of IService in manifold.api.host Modifier and Type Interface Description interfaceIManifoldHostImplementors of this interface drive Manifold in a custom way based on the environment employing Manifold's services.interfaceIRuntimeManifoldHostA Manifold host exclusive to the runtime environment. -
Uses of IService in manifold.api.service
Classes in manifold.api.service that implement IService Modifier and Type Class Description classBaseService -
Uses of IService in manifold.api.type
Classes in manifold.api.type that implement IService 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 IService in manifold.internal.host
Classes in manifold.internal.host that implement IService Modifier and Type Class Description classAbstractManifoldHostclassJavacManifoldHostJavacManifoldHostis exclusive to an instance ofJavacPlugin.classRuntimeManifoldHostclassSingleModuleManifoldHost
-