|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.antcontrib.cpptasks.trolltech.UserInterfaceParser
public final class UserInterfaceParser
Dependency scanner for Trolltech Qt User Interface definition files. .ui files are XML documents that may contain an include elements, however the includes are just copied to the generated files and and changes to the includes do not need to trigger rerunning uic.
Constructor Summary | |
---|---|
UserInterfaceParser()
Constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserInterfaceParser()
Method Detail |
---|
public void addFilename(String include)
include
- String included file namepublic String[] getIncludes()
getIncludes
in interface Parser
public void parse(Reader reader) throws IOException
parse
in interface Parser
reader
- Reader reader
IOException
- if error reading source file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |