|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.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(java.lang.String include)
Adds filename to the list of included files. |
java.lang.String[] |
getIncludes()
Gets included files. |
void |
parse(java.io.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(java.lang.String include)
include
- String included file namepublic java.lang.String[] getIncludes()
getIncludes
in interface Parser
public void parse(java.io.Reader reader) throws java.io.IOException
parse
in interface Parser
reader
- Reader reader
java.io.IOException
- if error reading source file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |