|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for any type of builder that can be called.
| Method Summary | |
void |
buildPhase1(boolean fullPackage)
Phase 1 of the build should create the initial skeleton component in as much detail as possible. |
void |
buildPhase2(boolean fullPackage)
Phase 2 allows any inter-conponent linking to be performed. |
String |
getApplication()
Get Application Name |
String |
getComponentControllerClass()
Get Component Controller Class |
String |
getComponentControllerPackage()
Get Component Controller Package |
String |
getComponentName()
Get Component Name |
String |
getComponentType()
Get Component Type |
String |
getDomain()
Get the domain object |
String |
getModule()
Get Module Name |
String |
getName()
Get Component Name |
boolean |
save()
Saves the generated meta data to the prespecified location as an XML file NOTE: assumes that the buildPhase1() and buildPhase2() methods have already been called! |
| Method Detail |
public void buildPhase1(boolean fullPackage)
throws Exception
fullPackage - If true then the .applications. and .modules. package names
are used. If this is false, these are ommited for a much more condensed package
naming convention
Exception - thrown in the event of a critical error
public void buildPhase2(boolean fullPackage)
throws Exception
fullPackage - If true then the .applications. and .modules. package names
are used. If this is false, these are ommited for a much more condensed package
naming convention
Exception - thrown in the event of a critical errorpublic boolean save()
public String getName()
public String getDomain()
public String getApplication()
public String getModule()
public String getComponentControllerPackage()
public String getComponentControllerClass()
public String getComponentType()
public String getComponentName()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||