Interface CloudConfiguration


@ConsumerType public interface CloudConfiguration
Defines the CloudConfiguration Sling Model used for the cloudconfig component.
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Get the path of the configuration containing the cloud configuration instance
    default String
    Get the path of the cloud configuration instance
    default String
    Get the title of the cloud configuration instance
  • Method Details

    • getConfigPath

      default String getConfigPath()
      Get the path of the configuration containing the cloud configuration instance
      Returns:
      the path of the configuration containing the cloud configuration instance
    • getItemPath

      default String getItemPath()
      Get the path of the cloud configuration instance
      Returns:
      the path of the cloud configuration instance
    • getTitle

      default String getTitle()
      Get the title of the cloud configuration instance
      Returns:
      the title of the cloud configuration instance