public final class UserInterfaceParser extends Object implements Parser
| Constructor and Description |
|---|
UserInterfaceParser()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addFilename(String include)
Adds filename to the list of included files.
|
String[] |
getIncludes()
Gets included files.
|
void |
parse(Reader reader)
Parses source file for dependencies.
|
public void addFilename(String include)
include - String included file namepublic String[] getIncludes()
getIncludes in interface Parserpublic void parse(Reader reader) throws IOException
parse in interface Parserreader - Reader readerIOException - if error reading source fileCopyright © 2005-2016 NAR Maven Plugin developers. All Rights Reserved.