Class StreamActionContainerCreator
java.lang.Object
de.presti.ree6.actions.streamtools.container.StreamActionContainerCreator
A Utility class used to create StreamActionContainers.
-
Constructor Summary
ConstructorDescriptionConstructor should not be called, since it is a utility class that doesn't need an instance. -
Method Summary
Modifier and TypeMethodDescriptionstatic Class<? extends IStreamAction>
Get the Class of a StreamAction.static List<StreamActionContainer>
getContainers
(int listenerId) Get all StreamActionContainers.static void
loadAll()
Load all actions.
-
Constructor Details
-
StreamActionContainerCreator
public StreamActionContainerCreator()Constructor should not be called, since it is a utility class that doesn't need an instance.
-
-
Method Details
-
loadAll
public static void loadAll()Load all actions. -
getAction
Get the Class of a StreamAction.- Parameters:
action
- The Name of the Action.- Returns:
- The Class of the Action.
-
getContainers
Get all StreamActionContainers.- Parameters:
listenerId
- The Listener to get the Containers for.- Returns:
- A List of StreamActionContainers.
-