public class CustomTokenizer extends Tokenizer implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
classId |
java.util.List<exa.bee.KeyValue> |
keyValue |
Constructor and Description |
---|
CustomTokenizer() |
CustomTokenizer(CustomTokenizer o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this CustomTokenizer.
|
static CustomTokenizer |
fromString(java.lang.String s)
String representation of this CustomTokenizer.
|
java.lang.String |
getClassId()
The class identifier of the custom processor;
this class must implement CustomTokenizerInterface. |
java.util.List<exa.bee.KeyValue> |
getKeyValue() |
CustomTokenizer |
makeCopy()
Creates and returns a deep copy of this CustomTokenizer.
|
static CustomTokenizer |
readFrom(java.io.InputStream is)
Read this CustomTokenizer from an XML fragment.
|
void |
setClassId(java.lang.String classId)
The class identifier of the custom processor;
this class must implement CustomTokenizerInterface. |
java.lang.String |
toString()
String representation of this CustomTokenizer.
|
CustomTokenizer |
withClassId(java.lang.String classId) |
CustomTokenizer |
withKeyValue(java.util.Collection<exa.bee.KeyValue> __values) |
CustomTokenizer |
withKeyValue(exa.bee.KeyValue... __values) |
void |
writeTo(java.io.OutputStream os)
Write this CustomTokenizer as an XML fragment
|
public java.util.List<exa.bee.KeyValue> keyValue
public java.lang.String classId
public CustomTokenizer()
public CustomTokenizer(CustomTokenizer o)
public java.util.List<exa.bee.KeyValue> getKeyValue()
public CustomTokenizer withKeyValue(exa.bee.KeyValue... __values)
public CustomTokenizer withKeyValue(java.util.Collection<exa.bee.KeyValue> __values)
public void setClassId(java.lang.String classId)
public java.lang.String getClassId()
public CustomTokenizer withClassId(java.lang.String classId)
public CustomTokenizer makeCopy()
public static CustomTokenizer readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
public static CustomTokenizer fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
Copyright © 2013 Dassault Systèmes, All Rights Reserved.