public interface IManagerFactory extends Serializable
| Modifier and Type | Method and Description |
|---|---|
IAS4DuplicateManager |
createDuplicateManager() |
IMPCManager |
createMPCManager() |
IPModeManager |
createPModeManager() |
@Nonnull IMPCManager createMPCManager() throws Exception
Exception@Nonnull IPModeManager createPModeManager() throws Exception
Exception@Nonnull IAS4DuplicateManager createDuplicateManager() throws Exception
ExceptionCopyright © 2015–2020 Philip Helger. All rights reserved.