org.nuiton.processor.filters
Class NoActionFilter

java.lang.Object
  extended by org.nuiton.processor.filters.NoActionFilter
All Implemented Interfaces:
Filter

public class NoActionFilter
extends Object
implements Filter

This filter does nothing on input.


Field Summary
 
Fields inherited from interface org.nuiton.processor.filters.Filter
EMPTY_STRING
 
Constructor Summary
NoActionFilter()
           
 
Method Summary
 String flush()
           
 boolean hasCachedData()
           
 String parse(String input)
           
 void setReader(LineNumberReader reader)
          set reader used with this filter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoActionFilter

public NoActionFilter()
Method Detail

setReader

public void setReader(LineNumberReader reader)
Description copied from interface: Filter
set reader used with this filter

Specified by:
setReader in interface Filter

parse

public String parse(String input)
Specified by:
parse in interface Filter
Parameters:
input - la chaine de caractère à processer
Returns:
la chaine processée

hasCachedData

public boolean hasCachedData()
Specified by:
hasCachedData in interface Filter
Returns:
true si le filtre contient des données en cache

flush

public String flush()
Specified by:
flush in interface Filter
Returns:
la chaine de caractères


Copyright © 2002-2011 CodeLutin. All Rights Reserved.