public interface ParserConfigurator
Parser
before it is being used.Modifier and Type | Method and Description |
---|---|
boolean |
configure(String parserId,
Path filePath,
org.apache.maven.doxia.parser.Parser parser)
Configures the given parser which is afterwards used to parse the source file with the given path.
|
boolean configure(String parserId, Path filePath, org.apache.maven.doxia.parser.Parser parser)
parserId
- the parser idfilePath
- the absolute path of the file to parseparser
- the parser to configuretrue
if the parser has been configured, otherwise false
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.