| java.lang.Object com.metaboss.sdlctools.frameworks.generation.pluggable.Generator
Generator | public class Generator (Code) | | Generator of developer's service simulator utilising XML files
|
Method Summary | |
public static long | doGenerationForDefaultMetaBossModelElement(String pDestinationDirectory, URLConnection pGenerationPlan, String pMetaBossModelElementRef, Map pTemplateContext) | public static long | doGenerationForDefaultModel(String pDestinationDirectory, URLConnection pGenerationPlan, Map pTemplateContext) | public static long | doGenerationForElements(String pDestinationDirectory, URLConnection pGenerationPlan, Collection pRootModelElements, Map pTemplateContext) | public static long | doGenerationForModel(String pDestinationDirectory, String pModelName, URLConnection pGenerationPlan, Map pTemplateContext) |
doGenerationForDefaultMetaBossModelElement | public static long doGenerationForDefaultMetaBossModelElement(String pDestinationDirectory, URLConnection pGenerationPlan, String pMetaBossModelElementRef, Map pTemplateContext) throws BSException(Code) | | Performs generation steps for the given metaboss model element and all contained elements only as specified in the given generation plan
Parameters: pDestinationDirectory - - root directory to generate files to Parameters: pModelName - - the name of the model to use in generation. Parameters: pGenerationPlan - url of the xml file to be used as generation plan Parameters: pMetaBossModelElementRef - the reference to the MetaBoss model element Parameters: pTemplateContext - context to pass to every generation template Number of generated files |
doGenerationForDefaultModel | public static long doGenerationForDefaultModel(String pDestinationDirectory, URLConnection pGenerationPlan, Map pTemplateContext) throws BSException(Code) | | Performs generation steps for the default model and all contained elements only as specified in the given generation plan
Parameters: pDestinationDirectory - - root directory to generate files to Parameters: pGenerationPlan - url of the xml file to be used as generation plan Parameters: pTemplateContext - context to pass to every generation template Number of generated files |
doGenerationForElements | public static long doGenerationForElements(String pDestinationDirectory, URLConnection pGenerationPlan, Collection pRootModelElements, Map pTemplateContext) throws BSException(Code) | | Performs generation steps for the given list of elements and all contained elements only as specified in the given generation plan
Parameters: pDestinationDirectory - - root directory to generate files to Parameters: pGenerationPlan - url of the xml file to be used as generation plan Parameters: pRootModelElements - the elements to generate the stuff for Parameters: pTemplateContext - context to pass to every generation template Number of generated files |
doGenerationForModel | public static long doGenerationForModel(String pDestinationDirectory, String pModelName, URLConnection pGenerationPlan, Map pTemplateContext) throws BSException(Code) | | Performs generation steps for the given model and all contained elements only as specified in the given generation plan
Parameters: pDestinationDirectory - - root directory to generate files to Parameters: pModelName - - the name of the model to use in generation. Parameters: pGenerationPlan - url of the xml file to be used as generation plan Parameters: pTemplateContext - context to pass to every generation template Number of generated files |
|
|