Package jmri.jmrix.openlcb.configurexml
Class OlcbNodeGroupStoreXml
- java.lang.Object
-
- jmri.jmrit.XmlFile
-
- jmri.jmrix.openlcb.configurexml.OlcbNodeGroupStoreXml
-
public class OlcbNodeGroupStoreXml extends XmlFile
Concrete implementation of abstractXmlFile
for theOlcbNodeGroupStore
.- Since:
- 5.11.1
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jmri.jmrit.XmlFile
XmlFile.Validate
-
-
Field Summary
Fields Modifier and Type Field Description (package private) OlcbNodeGroupStore
store
-
Fields inherited from class jmri.jmrit.XmlFile
dtdLocation, xsltLocation
-
-
Constructor Summary
Constructors Constructor Description OlcbNodeGroupStoreXml(OlcbNodeGroupStore store, java.lang.String baseFileName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDefaultFileName()
java.lang.String
getDirectoryName()
java.lang.String
getFileLocation()
Absolute path to location of IdTag files.java.lang.String
getFileName()
void
load()
void
store()
-
Methods inherited from class jmri.jmrit.XmlFile
addDefaultInfo, backupFileName, checkFile, createFileNameWithDate, dumpElement, findFile, getBuilder, getDefaultDtdLocation, getDefaultValidate, getDtdLocation, getProcessingInstructionHRef, getProcessingInstructionType, getRoot, getValidate, makeBackupFile, makeBackupFile, newDocument, newDocument, revertBackupFile, rootFromFile, rootFromInputStream, rootFromName, rootFromURL, setDefaultDtdLocation, setDefaultValidate, setDtdLocation, setValidate, userFileChooser, userFileChooser, writeXML, xmlDir
-
-
-
-
Field Detail
-
store
OlcbNodeGroupStore store
-
-
Constructor Detail
-
OlcbNodeGroupStoreXml
public OlcbNodeGroupStoreXml(OlcbNodeGroupStore store, java.lang.String baseFileName)
-
-
Method Detail
-
store
public void store() throws java.io.IOException
- Throws:
java.io.IOException
-
load
public void load()
-
getDefaultFileName
public java.lang.String getDefaultFileName()
-
getDirectoryName
public java.lang.String getDirectoryName()
-
getFileName
public java.lang.String getFileName()
-
getFileLocation
public java.lang.String getFileLocation()
Absolute path to location of IdTag files.- Returns:
- path to location
-
-