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, feature
protected CompilerSupport(Feature feature, Configuration config)
protected CompilerSupport(Feature feature)
public void setTargetDirectory(File dir)
setTargetDirectory
in interface Compiler
public File getTargetDirectory()
getTargetDirectory
in interface Compiler
public Collection sources()
public void setClassPath(URL[] urls)
setClassPath
in interface Compiler
public URL[] getClassPath()
getClassPath
in interface Compiler
Copyright © 2006-2013 Codehaus. All Rights Reserved.