org.apache.ivy.plugins.latest
Class LatestTimeStrategy

java.lang.Object
  extended by org.apache.ivy.plugins.latest.AbstractLatestStrategy
      extended by org.apache.ivy.plugins.latest.ComparatorLatestStrategy
          extended by org.apache.ivy.plugins.latest.LatestTimeStrategy
All Implemented Interfaces:
LatestStrategy

public class LatestTimeStrategy
extends ComparatorLatestStrategy


Constructor Summary
LatestTimeStrategy()
           
 
Method Summary
 
Methods inherited from class org.apache.ivy.plugins.latest.ComparatorLatestStrategy
getComparator, setComparator, sort
 
Methods inherited from class org.apache.ivy.plugins.latest.AbstractLatestStrategy
findLatest, getName, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LatestTimeStrategy

public LatestTimeStrategy()