public class StructuredNotesConfigLoader extends java.lang.Object implements ConfigLoader
Constructor and Description |
---|
StructuredNotesConfigLoader() |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getSourceFile() |
IndentedTextParser |
getTextParser() |
ConfigRoot |
loadConfig() |
void |
saveConfig(ConfigRoot config) |
void |
setSourceFile(java.io.File sourceFile) |
void |
setTextParser(IndentedTextParser textParser) |
public java.io.File getSourceFile()
public void setSourceFile(java.io.File sourceFile)
public IndentedTextParser getTextParser()
public void setTextParser(IndentedTextParser textParser)
public ConfigRoot loadConfig()
loadConfig
in interface ConfigLoader
public void saveConfig(ConfigRoot config)
saveConfig
in interface ConfigLoader