Class StreamActionContainerCreator

java.lang.Object
de.presti.ree6.actions.streamtools.container.StreamActionContainerCreator

public class StreamActionContainerCreator extends Object
A Utility class used to create StreamActionContainers.
  • 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

      public static Class<? extends IStreamAction> getAction(String action)
      Get the Class of a StreamAction.
      Parameters:
      action - The Name of the Action.
      Returns:
      The Class of the Action.
    • getContainers

      public static List<StreamActionContainer> getContainers(int listenerId)
      Get all StreamActionContainers.
      Parameters:
      listenerId - The Listener to get the Containers for.
      Returns:
      A List of StreamActionContainers.