Class MArchitectureNameConverter
java.lang.Object
com.io7m.montarre.cmdline.converters.MArchitectureNameConverter
- All Implemented Interfaces:
com.io7m.quarrel.core.QValueConverterType<MArchitectureName>
public final class MArchitectureNameConverter
extends Object
implements com.io7m.quarrel.core.QValueConverterType<MArchitectureName>
A value converter.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertFromString(String text) convertToString(MArchitectureName value) syntax()
-
Constructor Details
-
MArchitectureNameConverter
public MArchitectureNameConverter()A value converter.
-
-
Method Details
-
convertFromString
- Specified by:
convertFromStringin interfacecom.io7m.quarrel.core.QValueConverterType<MArchitectureName>
-
convertToString
- Specified by:
convertToStringin interfacecom.io7m.quarrel.core.QValueConverterType<MArchitectureName>
-
exampleValue
- Specified by:
exampleValuein interfacecom.io7m.quarrel.core.QValueConverterType<MArchitectureName>
-
syntax
- Specified by:
syntaxin interfacecom.io7m.quarrel.core.QValueConverterType<MArchitectureName>
-
convertedClass
- Specified by:
convertedClassin interfacecom.io7m.quarrel.core.QValueConverterType<MArchitectureName>
-