| java.lang.Object org.jaffa.tools.patternmetaengine.BuildObjectFinder
BuildObjectFinder | public class BuildObjectFinder implements IBuilder(Code) | | Wrapper either v1.0 or v2.0 finder generator
author: PaulE |
buildPhase1 | public void buildPhase1(boolean fullPackage) throws Exception(Code) | | Causes the meta data object to be build ready for saving.
Parameters: fullPackage - If true then the .applications. and .modules. package namesare used. If this is false, these are ommited for a much more condensed packagenaming convention |
buildPhase2 | public void buildPhase2(boolean fullPackage) throws Exception(Code) | | Causes the meta data object to be build ready for saving.
Parameters: fullPackage - If true then the .applications. and .modules. package namesare used. If this is false, these are ommited for a much more condensed packagenaming convention |
getComponentControllerClass | public String getComponentControllerClass()(Code) | | |
getComponentControllerPackage | public String getComponentControllerPackage()(Code) | | |
getName | public String getName()(Code) | | Get Component Name
The name this component typically this is the same as 'ComponentName' but does notinclude the module name |
save | public boolean save()(Code) | | Saves the generated meta data to the prespecified location as an XML file
NOTE: assumes that the build(..) method has been called!
|
|
|