public class PCPP extends Object
Constructor and Description |
---|
PCPP(List<String> includePaths,
boolean debug,
boolean copyOutput2Stderr) |
Modifier and Type | Method and Description |
---|---|
void |
addDefine(String name,
String value) |
String |
findFile(String filename) |
static void |
main(String[] args) |
OutputStream |
out() |
void |
run(Reader reader,
String filename) |
void |
setOut(OutputStream out) |
public void run(Reader reader, String filename) throws IOException
IOException
public OutputStream out()
public void setOut(OutputStream out)
public static void main(String[] args) throws IOException
IOException