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, waitgetFileprotected final com.intellij.conversion.impl.SettingsXmlFile mySettingsFile
protected final ConversionContextImpl myContext
public XmlBasedSettingsImpl(java.nio.file.Path file,
ConversionContextImpl context)
throws CannotConvertException
CannotConvertExceptionpublic Element getRootElement()
getRootElement in interface XmlBasedSettingspublic java.nio.file.Path getPath()
getPath in interface XmlBasedSettings