org.apache.maven.settings
Class SettingsUtils

java.lang.Object
  extended by org.apache.maven.settings.SettingsUtils

public final class SettingsUtils
extends Object

Several convenience methods to handle settings

Version:
$Id: SettingsUtils.java 688884 2008-08-25 21:11:19Z jdcasey $
Author:
Vincent Siveton

Method Summary
static Profile convertFromSettingsProfile(Profile settingsProfile)
           
static void merge(Settings dominant, Settings recessive, String recessiveSourceLevel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

merge

public static void merge(Settings dominant,
                         Settings recessive,
                         String recessiveSourceLevel)
Parameters:
dominant -
recessive -
recessiveSourceLevel -

convertFromSettingsProfile

public static Profile convertFromSettingsProfile(Profile settingsProfile)
Parameters:
settingsProfile -
Returns:
a profile


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.