public class XmlBasedSettingsImpl extends java.lang.Object implements XmlBasedSettings
Modifier and Type | Field and Description |
---|---|
protected ConversionContextImpl |
myContext |
protected com.intellij.conversion.impl.SettingsXmlFile |
mySettingsFile |
Constructor and Description |
---|
XmlBasedSettingsImpl(java.nio.file.Path file,
ConversionContextImpl context) |
Modifier and Type | Method and Description |
---|---|
java.nio.file.Path |
getPath() |
Element |
getRootElement() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFile
protected final com.intellij.conversion.impl.SettingsXmlFile mySettingsFile
protected final ConversionContextImpl myContext
public XmlBasedSettingsImpl(java.nio.file.Path file, ConversionContextImpl context) throws CannotConvertException
CannotConvertException
public Element getRootElement()
getRootElement
in interface XmlBasedSettings
public java.nio.file.Path getPath()
getPath
in interface XmlBasedSettings