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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddEntity(T entity)Add an Entity to the List.java.util.List<T>getEntities()
-