|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.wsdl.util.ConfigPropertyFileLoader
public class ConfigPropertyFileLoader
Loads the properties from the config properties.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_CODEGEN_CONFIG_PROPERTIES
|
Constructor Summary | |
---|---|
ConfigPropertyFileLoader()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULT_CODEGEN_CONFIG_PROPERTIES
Constructor Detail |
---|
public ConfigPropertyFileLoader()
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |