| Package | Description |
|---|---|
| de.susebox.jtopas | |
| de.susebox.jtopas.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardTokenizerProperties
The class
StandardTokenizerProperties provides a simple implementation
of the TokenizerProperties interface for use in most situations. |
| Modifier and Type | Method and Description |
|---|---|
SeparatorHandler |
Tokenizer.getSeparatorHandler()
Retrieving the current
SeparatorHandler. |
SeparatorHandler |
AbstractTokenizer.getSeparatorHandler()
Retrieving the current
SeparatorHandler. |
| Modifier and Type | Method and Description |
|---|---|
void |
Tokenizer.setSeparatorHandler(SeparatorHandler handler)
Setting a new
SeparatorHandler or removing any
previously installed SeparatorHandler. |
void |
AbstractTokenizer.setSeparatorHandler(SeparatorHandler handler)
Setting a new
SeparatorHandler or removing any
previously installed SeparatorHandler. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataMapper
This interface declares the methods that a
Tokenizer
will call to detect the image and type of a token. |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardSeparatorHandler
Simple implementation of the
SeparatorHandler interface. |