public interface ConfigFile
Modifier and Type | Method and Description |
---|---|
Map<String,List<String>> |
getCategories()
Returns the lines per category.
|
String |
getFilename()
Returns the filename.
|
String |
getValue(String category,
String key) |
List<String> |
getValues(String category,
String key) |
Copyright © 2004–2022. All rights reserved.