FileDocCategorySizeDatePackage
AntTimestamp.javaAPI DocApache Ant 1.701611Wed Dec 13 06:16:20 GMT 2006None

AntTimestamp

public class AntTimestamp extends Object implements RemoteTimestamp
This class imports a dependency on the Ant runtime classes, so tests that classpath setup include them

Fields Summary
Constructors Summary
Methods Summary
public longwhen()
return the phase of the moon. Note the completely different semantics of the other implementation, which goes to show why signature is an inadequate way of verifying how well an interface is implemented.

return
throws
RemoteException

        Calendar cal=Calendar.getInstance();
        return DateUtils.getPhaseOfMoon(cal);