Interface ConfigEntry


  • public interface ConfigEntry
    The ConfigEntry interface provides access to single entries of a content sync configuration.
    • Method Detail

      • getPath

        java.lang.String getPath()
      • getType

        java.lang.String getType()
      • getContentPath

        java.lang.String getContentPath()
      • getValue

        java.lang.String getValue​(java.lang.String key)
      • getValues

        java.lang.String[] getValues​(java.lang.String key)
      • getOrder

        long getOrder()