Package org.apache.axis2.wsdl.util
Class ConfigPropertyFileLoader
java.lang.Object
org.apache.axis2.wsdl.util.ConfigPropertyFileLoader
Loads the properties from the config properties.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic String[]Gets the databinding framework names.static MapGets the extensions map for the databinding frameworks.static MapGets the databinder template names.static StringGets the default DB framwork name.static StringGets the default language name.static String[]Gets the extension class names.static MapGets the emitter names map keys with the language name.static MapGets the language specific properties.static String[]Gets the language type names.static String[]get the post extension class namesstatic Stringstatic Stringstatic StringGets the test object support template.static String[]Gets the third party schema names list.static ListGet the list of data binding frameworks that handle unwrapping directly.static ListGet the list of unwrap supported data binding frameworksstatic voidreload() 
- 
Field Details
- 
DEFAULT_CODEGEN_CONFIG_PROPERTIES
- See Also:
 
 
 - 
 - 
Constructor Details
- 
ConfigPropertyFileLoader
public ConfigPropertyFileLoader() 
 - 
 - 
Method Details
- 
reload
public static void reload() - 
getResourceFolderName
- Returns:
 - the source folder name
 
 - 
getSrcFolderName
- Returns:
 - the resource folder name
 
 - 
getTestObjectTemplateName
Gets the test object support template. This is used in the generated test class.- Returns:
 - Returns String.
 
 - 
getDbSupporterTemplatesMap
Gets the databinder template names. This is the template that has the logic for creating the databind supporters.- Returns:
 - Returns String.
 
 - 
getExtensionClassNames
Gets the extension class names.- Returns:
 - Returns String[].
 
 - 
getPostExtensionClassNames
get the post extension class names- Returns:
 - Returns String[].
 
 - 
getThirdPartySchemaNames
Gets the third party schema names list.- Returns:
 - Returns String[].
 
 - 
getLanguageTypes
Gets the language type names.- Returns:
 - Returns String[].
 
 - 
getLanguageEmitterMap
Gets the emitter names map keys with the language name.- Returns:
 - Returns Map.
 
 - 
getUnwrapSupportedFrameworkNames
Get the list of unwrap supported data binding frameworks- Returns:
 - list
 
 - 
getUnwrapDirectFrameworkNames
Get the list of data binding frameworks that handle unwrapping directly.- Returns:
 - names
 
 - 
getDefaultLanguage
Gets the default language name.- Returns:
 - Returns String.
 
 - 
getLanguageSpecificPropertiesMap
Gets the language specific properties.- Returns:
 - Returns Map.
 
 - 
getDatabindingFrameworkNames
Gets the databinding framework names.- Returns:
 - Returns String[].
 
 - 
getDatabindingFrameworkNameToExtensionMap
Gets the extensions map for the databinding frameworks. The entries are keys by the framework name.- Returns:
 - Returns Map.
 
 - 
getDefaultDBFrameworkName
Gets the default DB framwork name.- Returns:
 - Returns String.
 
 
 -