public class Inis extends Object
Modifier and Type | Method and Description |
---|---|
static org.ini4j.Ini |
makeIniParser(boolean enable_includes) |
static com.google.common.collect.ImmutableMap<String,com.google.common.collect.ImmutableMap<String,String>> |
read(Reader reader) |
static com.google.common.collect.ImmutableMap<String,com.google.common.collect.ImmutableMap<String,String>> |
read(URL config) |
public static com.google.common.collect.ImmutableMap<String,com.google.common.collect.ImmutableMap<String,String>> read(URL config) throws IOException
IOException
public static com.google.common.collect.ImmutableMap<String,com.google.common.collect.ImmutableMap<String,String>> read(Reader reader) throws IOException
IOException
public static org.ini4j.Ini makeIniParser(boolean enable_includes)