Interface ConfigString

All Superinterfaces:
CharSequence
All Known Implementing Classes:
ConfigString.Wrapper

public interface ConfigString extends CharSequence

A ConfigString is a wrapper around some other string that includes the location of this value, i.e. the file resource that defines it (like an ini file).

This class can be used with binding to transparently include the locations of problematic values, so that error messages can direct the user to the problem.