Uses of Class
org.apache.maven.scm.providers.starteam.settings.Settings
Packages that use Settings
Package
Description
-
Uses of Settings in org.apache.maven.scm.provider.starteam.command
Fields in org.apache.maven.scm.provider.starteam.command declared as Settings -
Uses of Settings in org.apache.maven.scm.provider.starteam.util
Fields in org.apache.maven.scm.provider.starteam.util declared as SettingsMethods in org.apache.maven.scm.provider.starteam.util that return SettingsModifier and TypeMethodDescriptionstatic Settings
StarteamUtil.getSettings()
static Settings
StarteamUtil.readSettings()
-
Uses of Settings in org.apache.maven.scm.providers.starteam.settings.io.xpp3
Methods in org.apache.maven.scm.providers.starteam.settings.io.xpp3 that return SettingsModifier and TypeMethodDescriptionprivate Settings
StarteamXpp3Reader.parseSettings
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseSettings.StarteamXpp3Reader.read
(InputStream in) Method read.StarteamXpp3Reader.read
(InputStream in, boolean strict) Method read.StarteamXpp3Reader.read
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method read.Methods in org.apache.maven.scm.providers.starteam.settings.io.xpp3 with parameters of type SettingsModifier and TypeMethodDescriptionvoid
StarteamXpp3Writer.write
(OutputStream stream, Settings settings) Method write.void
Method write.private void
StarteamXpp3Writer.writeSettings
(Settings settings, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeSettings.