org.apache.tools.ant.taskdefs.rmic

Interface RmicAdapter

public interface RmicAdapter

The interface that all rmic adapters must adher to.

A rmic adapter is an adapter that interprets the rmic's parameters in preperation to be passed off to the compiler this adapter represents. As all the necessary values are stored in the Rmic task itself, the only thing all adapters need is the rmic task, the execute command and a parameterless constructor (for reflection).

Since: Ant 1.4

Method Summary
booleanexecute()
Executes the task.
PathgetClasspath()
The CLASSPATH this rmic process will use.
FileNameMappergetMapper()
Maps source class files to the files generated by this rmic implementation.
voidsetRmic(Rmic attributes)
Sets the rmic attributes, which are stored in the Rmic task.

Method Detail

execute

public boolean execute()
Executes the task.

Returns: has the compilation been successful

getClasspath

public Path getClasspath()
The CLASSPATH this rmic process will use.

getMapper

public FileNameMapper getMapper()
Maps source class files to the files generated by this rmic implementation.

setRmic

public void setRmic(Rmic attributes)
Sets the rmic attributes, which are stored in the Rmic task.
Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.