Module aeonics.core

Class Console


  • public class Console
    extends Step.Destination
    This destination step implementation sends messages to the standard output console of the system.
    • Constructor Detail

      • Console

        public Console()
    • Method Detail

      • defaultTarget

        protected java.lang.Class<? extends aeonics.entity.Console.Type> defaultTarget()
        Description copied from class: Item
        Returns the default target entity type. This method should be implemented by subclasses to specify the target entity type.
        Overrides:
        defaultTarget in class Step.Destination
        Returns:
        the default target entity type
      • defaultCreator

        protected java.util.function.Supplier<? extends aeonics.entity.Console.Type> defaultCreator()
        Description copied from class: Item
        Returns the default target entity creator. This method should be implemented by subclasses to specify the entity creator.
        Overrides:
        defaultCreator in class Step.Destination
        Returns:
        the default target entity creator
      • template

        public Step.Template template()
        Description copied from class: Item
        Returns the template to build the target entity.

        This method should ultimately be used to provide the final entity template. Although, it may also provide a partial template that subclassed may complement.

        Overrides:
        template in class Step.Destination
        Returns:
        the matching entity template