Interface SubParser

All Known Implementing Classes:
ActuatorParser, BuildParser, MapperParser, MetaParser, ReporterParser, SendParser, SensorParser, WatchdogParser

public interface SubParser
Interface implemented by all sub parsers of Parser.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Method each sub parser is required to use to begin parsing their respective commands.
  • Method Details

    • parse

      void parse() throws IOException
      Method each sub parser is required to use to begin parsing their respective commands.
      Throws:
      IOException - Invalid input.