org.codehaus.plexus.compiler
Interface Compiler
- AbstractCompiler
public interface Compiler
$Id: Compiler.java 2723 2005-10-15 14:58:55Z brett $
ROLE
public static final String ROLE
createCommandLine
public String[] createCommandLine(CompilerConfiguration config)
throws CompilerException
Create the command line that would be executed using this configuration.
If this particular compiler has no concept of a command line then returns
null.
config
- the CompilerConfiguration describing the
compilation
- an array of Strings that make up the command line, or null if
this compiler has no concept of command line