public class DeclarativeCreatorInfoConfigurationFactory extends java.lang.Object implements CreatorInfoConfigurationFactory
CreatorInfoConfigurationFactory
. Callers of this API are instead
encoouraged to use DatabindingPatternRegistration
. Suppliers of the factories
should then expose a DatabindingPatternRegistration.Source
to be used for that
registration.Constructor and Description |
---|
DeclarativeCreatorInfoConfigurationFactory(java.lang.String resourcePath)
Creates a new factory with the default configurations.
|
DeclarativeCreatorInfoConfigurationFactory(java.lang.String resourcePath,
RegistrationConfiguration registrationConfiguration)
Creates a new factory with the given configuration.
|
Modifier and Type | Method and Description |
---|---|
CreatorInfoConfiguration |
createCreatorInfoConfiguration(ADFDesignTimeContext dtContext)
Creates and returns the pattern configuration.
|
public DeclarativeCreatorInfoConfigurationFactory(java.lang.String resourcePath)
resourcePath
- resource pathpublic DeclarativeCreatorInfoConfigurationFactory(java.lang.String resourcePath, RegistrationConfiguration registrationConfiguration)
resourcePath
- resource pathregistrationConfiguration
- registration configurationpublic CreatorInfoConfiguration createCreatorInfoConfiguration(ADFDesignTimeContext dtContext)
createCreatorInfoConfiguration
in interface CreatorInfoConfigurationFactory
dtContext
- design time context