Interface MavenSettingsBuilder

    • Method Detail

      • buildSettings

        Settings buildSettings()
                        throws IOException,
                               org.codehaus.plexus.util.xml.pull.XmlPullParserException
        Deprecated.
        Returns:
        a Settings object from the user settings file.
        Throws:
        IOException - if any
        org.codehaus.plexus.util.xml.pull.XmlPullParserException - if any
      • buildSettings

        Settings buildSettings​(boolean useCachedSettings)
                        throws IOException,
                               org.codehaus.plexus.util.xml.pull.XmlPullParserException
        Deprecated.
        Parameters:
        useCachedSettings - if true, doesn't reload the user settings
        Returns:
        a Settings object from the user settings file.
        Throws:
        IOException - if any
        org.codehaus.plexus.util.xml.pull.XmlPullParserException - if any
      • buildSettings

        Settings buildSettings​(File userSettingsFile)
                        throws IOException,
                               org.codehaus.plexus.util.xml.pull.XmlPullParserException
        Deprecated.
        Parameters:
        userSettingsFile - a given user settings file
        Returns:
        a Settings object from the user settings file.
        Throws:
        IOException - if any
        org.codehaus.plexus.util.xml.pull.XmlPullParserException - if any
      • buildSettings

        Settings buildSettings​(File userSettingsFile,
                               boolean useCachedSettings)
                        throws IOException,
                               org.codehaus.plexus.util.xml.pull.XmlPullParserException
        Deprecated.
        Parameters:
        userSettingsFile - a given user settings file
        useCachedSettings - if true, doesn't reload the user settings
        Returns:
        a Settings object from the user settings file.
        Throws:
        IOException - if any
        org.codehaus.plexus.util.xml.pull.XmlPullParserException - if any