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