org.codehaus.mojo.animal_sniffer.ant
Class Signature

java.lang.Object
  extended by org.codehaus.mojo.animal_sniffer.ant.Signature

public class Signature
extends Object

Created by IntelliJ IDEA.

Since:
07-Sep-2009 19:58:20
Author:
Stephen Connolly

Constructor Summary
Signature()
           
 
Method Summary
 boolean equals(Object o)
           
 File getSrc()
           
 int hashCode()
           
 void setSrc(File src)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Signature

public Signature()
Method Detail

getSrc

public File getSrc()

setSrc

public void setSrc(File src)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012 Codehaus. All Rights Reserved.