org.apache.tools.ant.taskdefs.rmic
public abstract class DefaultRmicAdapter extends Object implements RmicAdapter
Since: Ant 1.4
Constructor Summary | |
---|---|
DefaultRmicAdapter() |
Method Summary | |
---|---|
Path | getClasspath()
The CLASSPATH this rmic process will use. |
protected Path | getCompileClasspath()
Builds the compilation classpath. |
FileNameMapper | getMapper()
This implementation returns a mapper that may return up to two
file names.
|
Rmic | getRmic() |
protected String | getSkelClassSuffix() |
protected String | getStubClassSuffix() |
protected String | getTieClassSuffix() |
protected void | logAndAddFilesToCompile(Commandline cmd)
Logs the compilation parameters, adds the files to compile and logs the
&qout;niceSourceList" |
void | setRmic(Rmic attributes) |
protected Commandline | setupRmicCommand()
setup rmic argument for rmic. |
protected Commandline | setupRmicCommand(String[] options)
setup rmic argument for rmic.
|
Parameters: options additional parameters needed by a specific implementation.