public class ComponentManagerSettingsImpl extends XmlBasedSettingsImpl implements ComponentManagerSettings
myContext, mySettingsFile
Modifier | Constructor and Description |
---|---|
protected |
ComponentManagerSettingsImpl(java.io.File file,
ConversionContextImpl context)
Deprecated.
|
protected |
ComponentManagerSettingsImpl(java.nio.file.Path file,
ConversionContextImpl context) |
Modifier and Type | Method and Description |
---|---|
Element |
getComponentElement(java.lang.String componentName) |
getPath, getRootElement
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFile, getPath, getRootElement
protected ComponentManagerSettingsImpl(java.nio.file.Path file, ConversionContextImpl context) throws CannotConvertException
CannotConvertException
@Deprecated protected ComponentManagerSettingsImpl(java.io.File file, ConversionContextImpl context) throws CannotConvertException
ComponentManagerSettingsImpl(Path, ConversionContextImpl)
CannotConvertException
public Element getComponentElement(java.lang.String componentName)
getComponentElement
in interface ComponentManagerSettings