Class QCommandParsers
java.lang.Object
com.io7m.quarrel.core.QCommandParsers
- All Implemented Interfaces:
QCommandParserFactoryType
The default factory of command parsers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(QCommandParserConfiguration configuration) Create a command parser.static ResourceBundle
-
Constructor Details
-
QCommandParsers
public QCommandParsers()The default factory of command parsers.
-
-
Method Details
-
emptyResources
- Returns:
- A convenient immutable empty resource bundle
-
create
Description copied from interface:QCommandParserFactoryTypeCreate a command parser.- Specified by:
createin interfaceQCommandParserFactoryType- Parameters:
configuration- The parser configuration- Returns:
- A parser
-