Interface Configuration.Entry

Enclosing interface:
Configuration

public static interface Configuration.Entry
A configuration entry.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the source of the entry.
    Return the String value of the entry.
  • Method Details

    • source

      String source()
      Return the source of the entry.
    • value

      String value()
      Return the String value of the entry.