Class WorkspaceLatestStrategy

  • All Implemented Interfaces:
    LatestStrategy

    public class WorkspaceLatestStrategy
    extends AbstractLatestStrategy
    A strategy which delegate to another strategy, unless for the latest and working revisions which are considered as superior to any other revision.

    NB : it is for internal usage of Ivy only!

    • Constructor Detail

      • WorkspaceLatestStrategy

        public WorkspaceLatestStrategy​(LatestStrategy delegate)
    • Method Detail

      • sort

        public java.util.List<ArtifactInfo> sort​(ArtifactInfo[] infos)
        Description copied from interface: LatestStrategy
        Sorts the given artifacts info from the oldest one to the latest one. The definition of 'latest' depends on the strategy itself. Given artifacts info are all good candidate.
        Parameters:
        infos - ArtifactInfo[]
        Returns:
        List<ArtifactInfo>