public class TranslationsInstallerFactory extends AbstractProviderFactory
| Modifier and Type | Class and Description |
|---|---|
static class |
TranslationsInstallerFactory.RegisterTranslationsInstaller |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROVIDER_DESCRIPTION |
static java.lang.String |
PROVIDER_NAME |
| Constructor and Description |
|---|
TranslationsInstallerFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected DynClass |
createParametersDynClass()
|
protected Provider |
doCreate(DynObject parameters,
ProviderServices services)
Creates a new
Provider with the given parameters and
ProviderServices. |
void |
initialize()
Initialices the factory.
|
create, createParameters, getName, setParametersDynClasspublic static final java.lang.String PROVIDER_NAME
public static final java.lang.String PROVIDER_DESCRIPTION
protected DynClass createParametersDynClass()
AbstractProviderFactorycreateParametersDynClass in class AbstractProviderFactoryDynClass of the parameters for this factory
Providers.protected Provider doCreate(DynObject parameters, ProviderServices services)
AbstractProviderFactoryProvider with the given parameters and
ProviderServices.doCreate in class AbstractProviderFactoryparameters - to create the Providerservices - to be used by the Providerpublic void initialize()
ProviderFactory