| java.lang.Object org.jaffa.tools.patternmetaengine.BuildObjectFinder_2
BuildObjectFinder_2 | public class BuildObjectFinder_2 implements IBuilder(Code) | | 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) | | |
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!
|
|
|