public class ConfigPropertyFileLoader extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_CODEGEN_CONFIG_PROPERTIES |
Constructor and Description |
---|
ConfigPropertyFileLoader() |
Modifier and Type | Method and Description |
---|---|
static String[] |
getDatabindingFrameworkNames()
Gets the databinding framework names.
|
static Map |
getDatabindingFrameworkNameToExtensionMap()
Gets the extensions map for the databinding frameworks.
|
static Map |
getDbSupporterTemplatesMap()
Gets the databinder template names.
|
static String |
getDefaultDBFrameworkName()
Gets the default DB framwork name.
|
static String |
getDefaultLanguage()
Gets the default language name.
|
static String[] |
getExtensionClassNames()
Gets the extension class names.
|
static Map |
getLanguageEmitterMap()
Gets the emitter names map keys with the language name.
|
static Map |
getLanguageSpecificPropertiesMap()
Gets the language specific properties.
|
static String[] |
getLanguageTypes()
Gets the language type names.
|
static String[] |
getPostExtensionClassNames()
get the post extension class names
|
static String |
getResourceFolderName() |
static String |
getSrcFolderName() |
static String |
getTestObjectTemplateName()
Gets the test object support template.
|
static String[] |
getThirdPartySchemaNames()
Gets the third party schema names list.
|
static List |
getUnwrapDirectFrameworkNames()
Get the list of data binding frameworks that handle unwrapping directly.
|
static List |
getUnwrapSupportedFrameworkNames()
Get the list of unwrap supported data binding frameworks
|
static void |
reload() |
public static final String DEFAULT_CODEGEN_CONFIG_PROPERTIES
public static void reload()
public static String getResourceFolderName()
public static String getSrcFolderName()
public static String getTestObjectTemplateName()
public static Map getDbSupporterTemplatesMap()
public static String[] getExtensionClassNames()
public static String[] getPostExtensionClassNames()
public static String[] getThirdPartySchemaNames()
public static String[] getLanguageTypes()
public static Map getLanguageEmitterMap()
public static List getUnwrapSupportedFrameworkNames()
public static List getUnwrapDirectFrameworkNames()
public static String getDefaultLanguage()
public static Map getLanguageSpecificPropertiesMap()
public static String[] getDatabindingFrameworkNames()
public static Map getDatabindingFrameworkNameToExtensionMap()
public static String getDefaultDBFrameworkName()
Copyright © 2004–2013 The Apache Software Foundation. All rights reserved.