|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RmicAdapter
The interface that all rmic adapters must adhere 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).
Method Summary | |
---|---|
boolean |
execute()
Call the rmic compiler. |
Path |
getClasspath()
The CLASSPATH this rmic process will use. |
FileNameMapper |
getMapper()
Maps source class files to the files generated by this rmic implementation. |
void |
setRmic(Rmic attributes)
Sets the rmic attributes, which are stored in the Rmic task. |
Method Detail |
---|
void setRmic(Rmic attributes)
attributes
- the rmic attributes to useboolean execute() throws BuildException
BuildException
- on errorFileNameMapper getMapper()
Path getClasspath()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |