|
JAPI 0.9.0 Yet another Java API API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.japi.cpp.CPreProcessor
public class CPreProcessor
A C Preprocessor.
Constructor Summary | |
---|---|
CPreProcessor()
|
Method Summary | |
---|---|
void |
addIncludePath(File file)
Add an include path. |
List<File> |
getIncludePaths()
Get a list with all include paths. |
static void |
main(String... args)
Main program. |
void |
process(InputStream in,
OutputStream out)
|
void |
process(Reader in,
Writer out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CPreProcessor()
Method Detail |
---|
public void addIncludePath(File file)
file
- include path to add
IllegalArgumentException
- in case file is not a directorypublic List<File> getIncludePaths()
public void process(Reader in, Writer out) throws IOException
IOException
public static void main(String... args) throws IOException
args
- command line arguments
IOException
public void process(InputStream in, OutputStream out) throws IOException
IOException
|
JAPI Yet another Java API API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |