public class ActionFactory
extends java.lang.Object
Constructor and Description |
---|
ActionFactory() |
ActionFactory(int verbose) |
ActionFactory(int verbose,
boolean dryRun) |
Modifier and Type | Method and Description |
---|---|
Recognizer |
getRecognizerAction() |
Scanner.Action |
getSkipAction()
returns an action that returns true.
|
Scanner.Action |
getStopAction()
returns an action that returns false.
|
public ActionFactory()
public ActionFactory(int verbose)
public ActionFactory(int verbose, boolean dryRun)
public Scanner.Action getSkipAction()
public Scanner.Action getStopAction()
public Recognizer getRecognizerAction()