org.codehaus.mojo.animal_sniffer.ant
Class Ignore

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

public class Ignore
extends Object

Created by IntelliJ IDEA.

Since:
07-Sep-2009 16:55:55
Author:
Stephen Connolly

Constructor Summary
Ignore()
           
 
Method Summary
 boolean equals(Object o)
           
 String getClassName()
           
 int hashCode()
           
 void setClassName(String className)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Ignore

public Ignore()
Method Detail

getClassName

public String getClassName()

setClassName

public void setClassName(String className)

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-2011 Codehaus. All Rights Reserved.