Liferay 6.0.5

com.liferay.util.ant
Class UpToDateTask

java.lang.Object
  extended by com.liferay.util.ant.UpToDateTask

public class UpToDateTask
extends Object


Constructor Summary
UpToDateTask()
           
 
Method Summary
static boolean isUpToDate(File source, File target)
           
static boolean isUpToDate(String source, String target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpToDateTask

public UpToDateTask()
Method Detail

isUpToDate

public static boolean isUpToDate(File source,
                                 File target)

isUpToDate

public static boolean isUpToDate(String source,
                                 String target)

Liferay 6.0.5