|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SourceGeneratorIF
Source Generator Interface defines the method an implementation must provide in order to be called as Plug-In from the BuilInfoBean class.
| Method Summary | |
|---|---|
java.lang.String |
createCode()
Utility method to write the class java code to a String. |
void |
setClassName(java.lang.String className)
Set the classname. |
void |
setPackageName(java.lang.String packageName)
Set the packagename. |
void |
setProperties(java.util.Map props)
Set the property map. |
| Method Detail |
|---|
void setPackageName(java.lang.String packageName)
packageName - void setClassName(java.lang.String className)
className - void setProperties(java.util.Map props)
property - mapjava.lang.String createCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||