org.apache.commons.proxy.provider
Class NullProvider

java.lang.Object
  extended by org.apache.commons.proxy.provider.ConstantProvider
      extended by org.apache.commons.proxy.provider.NullProvider
All Implemented Interfaces:
ObjectProvider

public class NullProvider
extends ConstantProvider

Always returns null.

Since:
1.0
Author:
James Carman

Constructor Summary
NullProvider()
           
 
Method Summary
 
Methods inherited from class org.apache.commons.proxy.provider.ConstantProvider
getObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullProvider

public NullProvider()


Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.