Class LatestContainerLocator

  • All Implemented Interfaces:
    ContainerLocator

    public class LatestContainerLocator
    extends Object
    implements ContainerLocator
    Finds latest container for given alias based on GAV comparison. It searches by same group id and artifact id and then uses maven resolution to find the latest version of all found containers.
    • Constructor Detail

      • LatestContainerLocator

        public LatestContainerLocator()