org.apache.axis2.wsdl.util
Class ConfigPropertyFileLoader

java.lang.Object
  extended by org.apache.axis2.wsdl.util.ConfigPropertyFileLoader

public class ConfigPropertyFileLoader
extends java.lang.Object

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

DEFAULT_CODEGEN_CONFIG_PROPERTIES

public static final java.lang.String DEFAULT_CODEGEN_CONFIG_PROPERTIES
See Also:
Constant Field Values
Constructor Detail

ConfigPropertyFileLoader

public ConfigPropertyFileLoader()
Method Detail

reload

public static void reload()

getResourceFolderName

public static java.lang.String getResourceFolderName()
Returns:
the source folder name

getSrcFolderName

public static java.lang.String getSrcFolderName()
Returns:
the resource folder name

getTestObjectTemplateName

public static java.lang.String getTestObjectTemplateName()
Gets the test object support template. This is used in the generated test class.

Returns:
Returns String.

getDbSupporterTemplatesMap

public static java.util.Map getDbSupporterTemplatesMap()
Gets the databinder template names. This is the template that has the logic for creating the databind supporters.

Returns:
Returns String.

getExtensionClassNames

public static java.lang.String[] getExtensionClassNames()
Gets the extension class names.

Returns:
Returns String[].

getPostExtensionClassNames

public static java.lang.String[] getPostExtensionClassNames()
get the post extension class names

Returns:
Returns String[].

getThirdPartySchemaNames

public static java.lang.String[] getThirdPartySchemaNames()
Gets the third party schema names list.

Returns:
Returns String[].

getLanguageTypes

public static java.lang.String[] getLanguageTypes()
Gets the language type names.

Returns:
Returns String[].

getLanguageEmitterMap

public static java.util.Map getLanguageEmitterMap()
Gets the emitter names map keys with the language name.

Returns:
Returns Map.

getUnwrapSupportedFrameworkNames

public static java.util.List getUnwrapSupportedFrameworkNames()
Get the list of unwrap supported data binding frameworks

Returns:
list

getUnwrapDirectFrameworkNames

public static java.util.List getUnwrapDirectFrameworkNames()
Get the list of data binding frameworks that handle unwrapping directly.

Returns:
names

getDefaultLanguage

public static java.lang.String getDefaultLanguage()
Gets the default language name.

Returns:
Returns String.

getLanguageSpecificPropertiesMap

public static java.util.Map getLanguageSpecificPropertiesMap()
Gets the language specific properties.

Returns:
Returns Map.

getDatabindingFrameworkNames

public static java.lang.String[] getDatabindingFrameworkNames()
Gets the databinding framework names.

Returns:
Returns String[].

getDatabindingFrameworkNameToExtensionMap

public static java.util.Map getDatabindingFrameworkNameToExtensionMap()
Gets the extensions map for the databinding frameworks. The entries are keys by the framework name.

Returns:
Returns Map.

getDefaultDBFrameworkName

public static java.lang.String getDefaultDBFrameworkName()
Gets the default DB framwork name.

Returns:
Returns String.


Copyright © 2007 Apache Web Services Project. All Rights Reserved.