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 InstallerSettingsConfiguration. installerSettingsThis element contains configuration of XMvn installer.Methods in org.fedoraproject.xmvn.config that return InstallerSettings Modifier and Type Method Description InstallerSettingsInstallerSettings. clone()Method clone.InstallerSettingsConfiguration. 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 voidConfiguration. 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 voidConfigurationMerger. 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 InstallerSettingsConfigurationStaxReader. 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 voidConfigurationStaxWriter. 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 InstallerSettingsPackageRegistry. settingsConstructors in org.fedoraproject.xmvn.tools.install.impl with parameters of type InstallerSettings Constructor Description PackageRegistry(InstallerSettings settings, java.lang.String basePackageName)
-