| Package | Description |
|---|---|
| uk.co.jemos.podam.api |
This package contains PODAM main APIs
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExternalFactory
Adapter pattern for boilerplate code when creating an external factory
|
class |
NullExternalFactory
Default implementation of an external factory which does nothing.
|
class |
PodamFactoryImpl
The PODAM factory implementation
|
| Modifier and Type | Field and Description |
|---|---|
private PodamFactory |
PodamFactoryImpl.externalFactory
External factory to delegate production this factory cannot handle
|
| Modifier and Type | Method and Description |
|---|---|
PodamFactory |
PodamFactoryImpl.getExternalFactory()
It returns the external factory assigned to this factory.
|
PodamFactory |
PodamFactory.getExternalFactory()
It returns the external factory assigned to this factory.
|
PodamFactory |
AbstractExternalFactory.getExternalFactory() |
PodamFactory |
PodamFactoryImpl.setClassStrategy(ClassInfoStrategy classInfoStrategy)
Sets the class info strategy for this factory
|
PodamFactory |
PodamFactory.setClassStrategy(ClassInfoStrategy classInfoStrategy)
Sets the class info strategy for this factory
|
PodamFactory |
AbstractExternalFactory.setClassStrategy(ClassInfoStrategy classInfoStrategy) |
PodamFactory |
PodamFactoryImpl.setExternalFactory(PodamFactory externalFactory)
Sets an external factory for this factory to delegate requests it cannot
process
|
PodamFactory |
PodamFactory.setExternalFactory(PodamFactory externalFactory)
Sets an external factory for this factory to delegate requests it cannot
process
|
PodamFactory |
AbstractExternalFactory.setExternalFactory(PodamFactory externalFactory) |
PodamFactory |
PodamFactoryImpl.setStrategy(DataProviderStrategy strategy)
Sets the data provider strategy for this factory
|
PodamFactory |
PodamFactory.setStrategy(DataProviderStrategy strategy)
Sets the data provider strategy for this factory
|
PodamFactory |
AbstractExternalFactory.setStrategy(DataProviderStrategy strategy) |
| Modifier and Type | Method and Description |
|---|---|
PodamFactory |
PodamFactoryImpl.setExternalFactory(PodamFactory externalFactory)
Sets an external factory for this factory to delegate requests it cannot
process
|
PodamFactory |
PodamFactory.setExternalFactory(PodamFactory externalFactory)
Sets an external factory for this factory to delegate requests it cannot
process
|
PodamFactory |
AbstractExternalFactory.setExternalFactory(PodamFactory externalFactory) |
| Constructor and Description |
|---|
PodamFactoryImpl(PodamFactory externalFactory)
Constructor with non-default external factory
|
PodamFactoryImpl(PodamFactory externalFactory,
DataProviderStrategy strategy)
Full constructor.
|
Copyright © 2015. All rights reserved.