org.codehaus.gmaven.runtime.support
Class CompilerSupport
java.lang.Object
org.codehaus.gmaven.feature.support.ComponentSupport
org.codehaus.gmaven.runtime.support.CompilerSupport
- All Implemented Interfaces:
- Component, Compiler
public abstract class CompilerSupport
- extends ComponentSupport
- implements Compiler
Support for Compiler component implementations.
- Version:
- $Id: CompilerSupport.java 49 2009-10-16 14:03:56Z user57 $
- Author:
- Jason Dillon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.codehaus.gmaven.runtime.util.Compiler |
compile |
sources
protected final java.util.Set sources
targetDir
protected java.io.File targetDir
CompilerSupport
protected CompilerSupport(Feature feature,
Configuration config)
CompilerSupport
protected CompilerSupport(Feature feature)
setTargetDirectory
public void setTargetDirectory(java.io.File dir)
- Specified by:
setTargetDirectory in interface Compiler
getTargetDirectory
public java.io.File getTargetDirectory()
- Specified by:
getTargetDirectory in interface Compiler
add
public void add(java.net.URL source)
- Specified by:
add in interface Compiler
add
public void add(java.io.File source)
- Specified by:
add in interface Compiler
sources
public java.util.Collection sources()
- Specified by:
sources in interface Compiler
setClassPath
public void setClassPath(java.net.URL[] urls)
- Specified by:
setClassPath in interface Compiler
getClassPath
public java.net.URL[] getClassPath()
- Specified by:
getClassPath in interface Compiler
Copyright © 2006-2010 Codehaus. All Rights Reserved.