Uses of Class
org.fedoraproject.xmvn.config.InstallerSettings
-
Packages that use InstallerSettings Package Description org.fedoraproject.xmvn.config org.fedoraproject.xmvn.config.impl org.fedoraproject.xmvn.config.io.stax org.fedoraproject.xmvn.tools.install.impl -
-
Uses of InstallerSettings in org.fedoraproject.xmvn.config
Fields in org.fedoraproject.xmvn.config declared as InstallerSettings Modifier and Type Field Description private InstallerSettings
Configuration. installerSettings
This element contains configuration of XMvn installer.Methods in org.fedoraproject.xmvn.config that return InstallerSettings Modifier and Type Method Description InstallerSettings
InstallerSettings. clone()
Method clone.InstallerSettings
Configuration. getInstallerSettings()
Get this element contains configuration of XMvn installer.Methods in org.fedoraproject.xmvn.config with parameters of type InstallerSettings Modifier and Type Method Description void
Configuration. setInstallerSettings(InstallerSettings installerSettings)
Set this element contains configuration of XMvn installer. -
Uses of InstallerSettings in org.fedoraproject.xmvn.config.impl
Methods in org.fedoraproject.xmvn.config.impl with parameters of type InstallerSettings Modifier and Type Method Description private void
ConfigurationMerger. mergeInstallerSettings(InstallerSettings dominant, InstallerSettings recessive)
-
Uses of InstallerSettings in org.fedoraproject.xmvn.config.io.stax
Methods in org.fedoraproject.xmvn.config.io.stax that return InstallerSettings Modifier and Type Method Description private InstallerSettings
ConfigurationStaxReader. parseInstallerSettings(javax.xml.stream.XMLStreamReader xmlStreamReader, boolean strict)
Method parseInstallerSettings.Methods in org.fedoraproject.xmvn.config.io.stax with parameters of type InstallerSettings Modifier and Type Method Description private void
ConfigurationStaxWriter. writeInstallerSettings(InstallerSettings installerSettings, java.lang.String tagName, javax.xml.stream.XMLStreamWriter serializer)
Method writeInstallerSettings. -
Uses of InstallerSettings in org.fedoraproject.xmvn.tools.install.impl
Fields in org.fedoraproject.xmvn.tools.install.impl declared as InstallerSettings Modifier and Type Field Description private InstallerSettings
PackageRegistry. settings
Constructors in org.fedoraproject.xmvn.tools.install.impl with parameters of type InstallerSettings Constructor Description PackageRegistry(InstallerSettings settings, java.lang.String basePackageName)
-