|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GeneratorComponent
Defines a component of the Speedo generator.
Method Summary | |
---|---|
SpeedoCompilerParameter |
getSpeedoCompilerParameter()
Retrieves the parameters holder |
java.lang.String |
getSummary()
|
java.lang.String |
getTitle()
|
boolean |
init()
Initializes the component |
void |
process()
Do the job of the component. |
void |
setSpeedoCompilerParameter(SpeedoCompilerParameter scp)
Assignes the parameters holder |
Method Detail |
---|
void setSpeedoCompilerParameter(SpeedoCompilerParameter scp)
SpeedoCompilerParameter getSpeedoCompilerParameter()
boolean init() throws SpeedoException
SpeedoException
- if the component initialization failsvoid process() throws SpeedoException
SpeedoException
- if the component initialization failsjava.lang.String getTitle()
java.lang.String getSummary()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |