Module FiCLI

Package fibrous.fi


package fibrous.fi
  • Class
    Description
    Parses text input, and executes commands accordingly.
    The base class which should be extended by all other commands.
    A wrapper class for System.in using a Scanner and System.out.
    Implement an object using this interface so the FiCLI can receive input.
    Implement an object using this interface so the FiCLI can directly write to your preferred output.
    This class is returned by the FiCLI when processCommand() is called.