Interface Config


  • public interface Config
    The Config interface provides access to content sync configurations.
    • Method Detail

      • getPath

        String getPath()
        Get the config's path.
        Returns:
        the path.
      • getName

        String getName()
        Get the config's name.
        Returns:
        the name
      • getAuthorizable

        String getAuthorizable()
        Get the authorizable's id that is authorized to read and write the cache.
        Returns:
        the authorizable id
      • getUpdateUser

        String getUpdateUser()
        Get the user's id to be used for content updates (in case it's not a personalized config).
        Returns:
        the user id
      • getEntries

        Iterator<ConfigEntry> getEntries()
        Get the list of configuration entries.
        Returns:
        the entries.