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 theModelManifest
instance.Gets theStartupManifest
, if available.default void
start()
Starts thisManifestContext
.default void
stop()
Stops thisManifestContext
.
-
Method Details
-
start
default void start()Starts thisManifestContext
. -
stop
default void stop()Stops thisManifestContext
. -
getModelManifest
ModelManifest getModelManifest()Gets theModelManifest
instance.- Returns:
- the
ModelManifest
-
getStartupManifest
StartupManifest getStartupManifest()Gets theStartupManifest
, if available.- Returns:
- the
StartupManifest
-