| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface MavenSettingsBuilder
| Field Summary | |
|---|---|
static String | 
ALT_GLOBAL_SETTINGS_XML_LOCATION
Deprecated.  | 
static String | 
ALT_LOCAL_REPOSITORY_LOCATION
Deprecated.  | 
static String | 
ALT_USER_SETTINGS_XML_LOCATION
Deprecated.  | 
static String | 
ROLE
Deprecated.  | 
| Method Summary | |
|---|---|
 Settings | 
buildSettings()
Deprecated.  | 
 Settings | 
buildSettings(boolean useCachedSettings)
Deprecated.  | 
 Settings | 
buildSettings(File userSettingsFile)
Deprecated.  | 
 Settings | 
buildSettings(File userSettingsFile,
                           boolean useCachedSettings)
Deprecated.  | 
 Settings | 
buildSettings(MavenExecutionRequest request)
Deprecated.  | 
| Field Detail | 
|---|
static final String ROLE
static final String ALT_USER_SETTINGS_XML_LOCATION
static final String ALT_GLOBAL_SETTINGS_XML_LOCATION
static final String ALT_LOCAL_REPOSITORY_LOCATION
| Method Detail | 
|---|
Settings buildSettings(MavenExecutionRequest request)
                       throws IOException,
                              org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOException
org.codehaus.plexus.util.xml.pull.XmlPullParserException
Settings buildSettings()
                       throws IOException,
                              org.codehaus.plexus.util.xml.pull.XmlPullParserException
Settings object from the user settings file.
IOException - if any
org.codehaus.plexus.util.xml.pull.XmlPullParserException - if any
Settings buildSettings(boolean useCachedSettings)
                       throws IOException,
                              org.codehaus.plexus.util.xml.pull.XmlPullParserException
useCachedSettings - if true, doesn't reload the user settings
Settings object from the user settings file.
IOException - if any
org.codehaus.plexus.util.xml.pull.XmlPullParserException - if any
Settings buildSettings(File userSettingsFile)
                       throws IOException,
                              org.codehaus.plexus.util.xml.pull.XmlPullParserException
userSettingsFile - a given user settings file
Settings object from the user settings file.
IOException - if any
org.codehaus.plexus.util.xml.pull.XmlPullParserException - if any
Settings buildSettings(File userSettingsFile,
                       boolean useCachedSettings)
                       throws IOException,
                              org.codehaus.plexus.util.xml.pull.XmlPullParserException
userSettingsFile - a given user settings fileuseCachedSettings - if true, doesn't reload the user settings
Settings object from the user settings file.
IOException - if any
org.codehaus.plexus.util.xml.pull.XmlPullParserException - if any
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||