Class SimpleJDTCompiler
- java.lang.Object
-
- com.zfabrik.impl.components.java.jdt.SimpleJDTCompiler
-
public class SimpleJDTCompiler extends java.lang.Object
A convenience wrapper around the eclipse jdt Java compiler that accepts a source folder, an output and - most importantly - a class loader as class path (this is the way it should always have been!)- Author:
- hb
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String
UTF8
-
Constructor Summary
Constructors Constructor Description SimpleJDTCompiler(java.io.File[] srcs, java.io.File outRoot, java.lang.ClassLoader classPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
compile()
boolean
isSuccesful()
-
-
-
Field Detail
-
UTF8
protected static final java.lang.String UTF8
- See Also:
- Constant Field Values
-
-