Package org.apache.lucene.util.automaton
Interface AutomatonProvider
-
public interface AutomatonProvider
Automaton provider forRegExp.
RegExp.toAutomaton(AutomatonProvider)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Automaton
getAutomaton(java.lang.String name)
Returns automaton of the given name.
-
-
-
Method Detail
-
getAutomaton
Automaton getAutomaton(java.lang.String name) throws java.io.IOException
Returns automaton of the given name.- Parameters:
name
- automaton name- Returns:
- automaton
- Throws:
java.io.IOException
- if errors occur
-
-