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 abstractXmlFilefor 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) OlcbNodeGroupStorestore-
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.StringgetDefaultFileName()java.lang.StringgetDirectoryName()java.lang.StringgetFileLocation()Absolute path to location of IdTag files.java.lang.StringgetFileName()voidload()voidstore()-
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
-
-