be.djdb.multimanipulators.finders
Class Finder_keyword

java.lang.Object
  extended by be.djdb.multimanipulators.finders.Finder_keyword
All Implemented Interfaces:
Finders, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable

public class Finder_keyword
extends java.lang.Object
implements Finders

See Also:
Serialized Form

Field Summary
 java.util.List<Finders> finders
           
 
Constructor Summary
Finder_keyword(java.util.List<Finders> finders)
           
 
Method Summary
 int compareTo(Finders finder)
           
 int compareTo(java.lang.Object o)
           
 void convert(char[] data, java.io.OutputStreamWriter doutstream)
           
 int getusedbufferlength()
          wil use after found match and wel return the length that he has need to converter
 void init()
          initialize the finder is used for reset all finders by match
 boolean ismatchfound()
           
 boolean isnext(int read)
           
 void setConverter(Converters converter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface be.djdb.multimanipulators.interfaces.Finders
toString
 

Field Detail

finders

public java.util.List<Finders> finders
Constructor Detail

Finder_keyword

public Finder_keyword(java.util.List<Finders> finders)
Method Detail

init

public void init()
Description copied from interface: Finders
initialize the finder is used for reset all finders by match

Specified by:
init in interface Finders

ismatchfound

public boolean ismatchfound()
Specified by:
ismatchfound in interface Finders
Returns:
sea if there is a match foubd

isnext

public boolean isnext(int read)
Specified by:
isnext in interface Finders
Returns:
bool ()

setConverter

public void setConverter(Converters converter)
Specified by:
setConverter in interface Finders

convert

public void convert(char[] data,
                    java.io.OutputStreamWriter doutstream)
             throws java.lang.Exception
Specified by:
convert in interface Finders
Throws:
java.lang.Exception

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable

getusedbufferlength

public int getusedbufferlength()
Description copied from interface: Finders
wil use after found match and wel return the length that he has need to converter

Specified by:
getusedbufferlength in interface Finders
Returns:
int ()

compareTo

public int compareTo(Finders finder)
Specified by:
compareTo in interface