public abstract class CompilerSupport extends ComponentSupport implements Compiler
Compiler component implementations.| Modifier and Type | Field and Description |
|---|---|
protected Set |
sources |
protected File |
targetDir |
config, feature, log| Modifier | Constructor and Description |
|---|---|
protected |
CompilerSupport(Feature feature) |
protected |
CompilerSupport(Feature feature,
Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(File source) |
void |
add(URL source) |
URL[] |
getClassPath() |
File |
getTargetDirectory() |
void |
setClassPath(URL[] urls) |
void |
setTargetDirectory(File dir) |
Collection |
sources() |
config, featureprotected CompilerSupport(Feature feature, Configuration config)
protected CompilerSupport(Feature feature)
public void setTargetDirectory(File dir)
setTargetDirectory in interface Compilerpublic File getTargetDirectory()
getTargetDirectory in interface Compilerpublic Collection sources()
public void setClassPath(URL[] urls)
setClassPath in interface Compilerpublic URL[] getClassPath()
getClassPath in interface CompilerCopyright © 2006-2013 Codehaus. All Rights Reserved.