Interface IEntrypointContainer
public interface IEntrypointContainer
A container for entrypoint.
- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the Mod container.Map
<String, EntrypointPair[]> Gets the entrypoint map.getEntrypoints
(String key) Gets the entrypoints.<T> void
-
Method Details
-
invoke
-
getEntrypoints
Gets the entrypoints.- Parameters:
key
- the entrypoint name.- Returns:
EntrypointPair
-
getEntrypointMap
Map<String, EntrypointPair[]> getEntrypointMap()Gets the entrypoint map.- Returns:
- a
Map
the key is the entrypoint name and value is an array ofEntrypointPair
.
-
getContainer
-