Class StringSettingsSource

    • Constructor Detail

      • StringSettingsSource

        public StringSettingsSource​(CharSequence settings)
        Deprecated.
        Creates a new settings source backed by the specified string.
        Parameters:
        settings - The settings' string representation, may be empty or null.
      • StringSettingsSource

        public StringSettingsSource​(CharSequence settings,
                                    String location)
        Deprecated.
        Creates a new settings source backed by the specified string.
        Parameters:
        settings - The settings' string representation, may be empty or null.
        location - The location to report for this use, may be null.
    • Method Detail

      • getSettings

        @Deprecated
        public String getSettings()
        Deprecated.
        Gets the character sequence of this settings source.
        Returns:
        The underlying character stream, never null.