Interface ParserConfigurator
public interface ParserConfigurator
Interface which allows to configure a particular
Parser
before it is being used.-
Method Summary
-
Method Details
-
configure
Configures the given parser which is afterwards used to parse the source file with the given path.- Parameters:
parserId
- the parser idfilePath
- the absolute path of the file to parseparser
- the parser to configure- Returns:
true
if the parser has been configured, otherwisefalse
-