public interface SyncAgentFactory
SyncAgent for a given type.| Modifier and Type | Method and Description |
|---|---|
SyncAgent |
getSyncAgent(String type)
Provides SyncAgent instance for a particular type
|
SyncAgent |
getSyncAgent(String type,
String nameHint)
Provides SyncAgent instance for a particular type, the name of the agent is formed using the nameHint
|
SyncAgent getSyncAgent(String type)
type - Type of the sync agent.IllegalArgumentException - if type is null or is not recognized.SyncAgent getSyncAgent(String type, String nameHint)
type - Type of the sync agent.nameHint - hint for agent nameIllegalArgumentException - if type is null or is not recognized.Copyright © 2010 - 2020 Adobe. All Rights Reserved