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