public interface Compiler
Modifier and Type | Method and Description |
---|---|
void |
add(File source) |
void |
add(URL source) |
int |
compile() |
URL[] |
getClassPath() |
File |
getTargetDirectory() |
void |
setClassPath(URL[] urls) |
void |
setTargetDirectory(File dir) |
Collection |
sources() |
Copyright © 2006-2013 Codehaus. All Rights Reserved.