net.sf.antcontrib.cpptasks.trolltech
Class UserInterfaceParser
java.lang.Object
net.sf.antcontrib.cpptasks.trolltech.UserInterfaceParser
- Parser
public final class UserInterfaceParser
extends java.lang.Object
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.
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.
|
UserInterfaceParser
public UserInterfaceParser()
Constructor.
addFilename
public void addFilename(String include)
Adds filename to the list of included files.
include
- String included file name
getIncludes
public String[] getIncludes()
Gets included files.
- getIncludes in interface Parser
parse
public void parse(Reader reader)
throws IOException
Parses source file for dependencies.
- parse in interface Parser
Copyright B) 2001-2006 Ant-Contrib project. All Rights Reserved.