Package org.apache.tools.ant.property
Class NullReturn
- java.lang.Object
- 
- org.apache.tools.ant.property.NullReturn
 
- 
 public final class NullReturn extends java.lang.ObjectClass to represent a null and to stop the chain of lookups.- Since:
- Ant 1.8.0
 
- 
- 
Field SummaryFields Modifier and Type Field Description static NullReturnNULLa value to use in a property helper to stop looking properties
 - 
Method SummaryModifier and Type Method Description java.lang.StringtoString()
 
- 
- 
- 
Field Detail- 
NULLpublic static final NullReturn NULL a value to use in a property helper to stop looking properties
 
- 
 
-