Interface ConfigurerEntitiesList<T>

  • Type Parameters:
    T - Type of the Configurer Class
    All Known Implementing Classes:
    ConfigurerEntitiesListImpl

    public interface ConfigurerEntitiesList<T>
    general Interface for holding the Entities of a Configurer.
    • Method Detail

      • addEntity

        void addEntity​(T entity)
        Add an Entity to the List.
        Parameters:
        entity - entity which will be added to the List
      • getEntities

        java.util.List<T> getEntities()
        Returns:
        the list of entities