public class AbstractModuleTemplate extends GeneralClassTemplate
| Constructor and Description |
|---|
AbstractModuleTemplate(Header header,
String packageName,
String abstractModuleName,
List<String> implementedIfcs,
List<ModuleField> moduleFields,
List<MethodDefinition> methods,
boolean isRuntime,
String registratorType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbstractServiceInterfaceType() |
String |
getDependencyResolverType() |
String |
getDynamicMBeanWithInstanceType() |
String |
getFtlTempleteLocation() |
String |
getInstanceType() |
String |
getLoggerFactoryType() |
String |
getLoggerType() |
List<ModuleField> |
getModuleFields() |
String |
getModuleNameType() |
String |
getModuleType() |
String |
getRegistratorType() |
String |
getRootRuntimeRegistratorType() |
boolean |
isRuntime() |
getConstructorsgetAnnotations, getFields, getFullyQualifiedName, getHeader, getJavadoc, getMethods, getPackageName, getRelativeFile, getTypeDeclaration, setJavadoc, toStringpublic AbstractModuleTemplate(Header header, String packageName, String abstractModuleName, List<String> implementedIfcs, List<ModuleField> moduleFields, List<MethodDefinition> methods, boolean isRuntime, String registratorType)
public List<ModuleField> getModuleFields()
public String getInstanceType()
public String getModuleNameType()
public String getAbstractServiceInterfaceType()
public String getModuleType()
public String getRegistratorType()
public boolean isRuntime()
public String getDependencyResolverType()
public String getDynamicMBeanWithInstanceType()
public String getRootRuntimeRegistratorType()
public String getFtlTempleteLocation()
getFtlTempleteLocation in interface FtlTemplategetFtlTempleteLocation in class AbstractFtlTemplatepublic String getLoggerType()
public String getLoggerFactoryType()
Copyright © 2014. All Rights Reserved.