Package dev.getelements.elements.rt
Interface ManifestContext
- All Known Implementing Classes:
SimpleManifestContext
public interface ManifestContext
Loads the various manifest types over the network to be used by dependent services.
-
Method Summary
Modifier and TypeMethodDescriptionGets theModelManifestinstance.Gets theStartupManifest, if available.default voidstart()Starts thisManifestContext.default voidstop()Stops thisManifestContext.
-
Method Details
-
start
default void start()Starts thisManifestContext. -
stop
default void stop()Stops thisManifestContext. -
getModelManifest
ModelManifest getModelManifest()Gets theModelManifestinstance.- Returns:
- the
ModelManifest
-
getStartupManifest
StartupManifest getStartupManifest()Gets theStartupManifest, if available.- Returns:
- the
StartupManifest
-