Creates a new {@code Ini} instance loaded with the INI-formatted data in the resource at the given path. The
resource path may be any value interpretable by the
{@link ResourceUtils#getInputStreamForPath(string) ResourceUtils.getInputStreamForPath} method.
@param resourcePath the resource location of the INI data to load when creating the {@code Ini} instance.
@return a new {@code Ini} instance loaded with the INI-formatted data in the resource at the given path.
@throws ConfigurationException if the path cannot be loaded into an {@code Ini} instance.
Creates a new {@code Ini} instance loaded with the INI-formatted data in the resource at the given path. The resource path may be any value interpretable by the {@link ResourceUtils#getInputStreamForPath(string) ResourceUtils.getInputStreamForPath} method.
@param resourcePath the resource location of the INI data to load when creating the {@code Ini} instance. @return a new {@code Ini} instance loaded with the INI-formatted data in the resource at the given path. @throws ConfigurationException if the path cannot be loaded into an {@code Ini} instance.