Package rekit.parser

Class ProgressParser

java.lang.Object
rekit.parser.ProgressParser
All Implemented Interfaces:
org.fuchss.configuration.parser.Parser

public final class ProgressParser extends Object implements org.fuchss.configuration.parser.Parser
This Parser is used for parsing Progress objects.
Author:
Angelo Aracri
  • Constructor Details

    • ProgressParser

      public ProgressParser()
  • Method Details

    • parseIt

      public Object parseIt(String definition, String[] path) throws Exception
      Specified by:
      parseIt in interface org.fuchss.configuration.parser.Parser
      Throws:
      Exception