
org.powerscala.command.CommandInterpreter.scala Maven / Gradle / Ivy
The newest version!
package org.powerscala.command
/**
* CommandInterpreter interprets commands that are received by an implementation.
*/
trait CommandInterpreter {
def toCommand(line: String): Option[Command]
def fromCommand(command: Command): String
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy