Interface ContainerLoader
- All Known Implementing Classes:
- StandardContainerLoader
public interface ContainerLoader
Specification for an entity representing the "loader" of a 
container.
 Consult the vendor for further information on how this is used.
- 
Method Summary
- 
Method Details- 
nameString name()- Returns:
- The name
 
- 
versionVersionRange version()- Returns:
- The version, as a maven range.
 
 
-