public interface Config
Config
interface provides access to
content sync configurations.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthorizable()
Get the authorizable's id that is authorized to read
and write the cache.
|
java.util.Iterator<ConfigEntry> |
getEntries()
Get the list of configuration entries.
|
java.lang.String |
getName()
Get the config's name.
|
java.lang.String |
getPath()
Get the config's path.
|
java.lang.String |
getUpdateUser()
Get the user's id to be used for content updates
(in case it's not a personalized config).
|
java.lang.String getPath()
java.lang.String getName()
java.lang.String getAuthorizable()
java.lang.String getUpdateUser()
java.util.Iterator<ConfigEntry> getEntries()
Copyright © 2010 - 2020 Adobe. All Rights Reserved