net.sf.fikin.classmarshaling.util
Class NullClassSelector

java.lang.Object
  extended by net.sf.fikin.classmarshaling.util.NullClassSelector
All Implemented Interfaces:
ClassSelector

public class NullClassSelector
extends java.lang.Object
implements ClassSelector

Class selector which does not select any class created on Mar 10, 2009

Since:
Version:
$Revision: 1.1 $
Author:
fiykov

Constructor Summary
NullClassSelector()
           
 
Method Summary
 boolean isClassToBeMarshaled(java.lang.Class cl)
          recognizes no class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullClassSelector

public NullClassSelector()
Method Detail

isClassToBeMarshaled

public boolean isClassToBeMarshaled(java.lang.Class cl)
recognizes no class

Specified by:
isClassToBeMarshaled in interface ClassSelector
Parameters:
cl - is the class to check
Returns:
false always


Copyright © 2007 Nikolay Fiykov. All Rights Reserved.