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