org.apache.tools.ant.property

Class NullReturn

public final class NullReturn extends Object

Class to represent a null and to stop the chain of lookups.

Since: Ant 1.8.0

Field Summary
static NullReturnNULL
a value to use in a property helper to stop looking properties
Method Summary
StringtoString()

Field Detail

NULL

public static final NullReturn NULL
a value to use in a property helper to stop looking properties

Method Detail

toString

public String toString()
{@inheritDoc }