org.apache.maven.settings
Class SettingsUtils

java.lang.Object
  extended byorg.apache.maven.settings.SettingsUtils

public final class SettingsUtils
extends java.lang.Object

Several convenience methods to handle settings

Version:
$Id: SettingsUtils.java 638306 2008-03-18 10:20:28Z bentmann $
Author:
Vincent Siveton

Method Summary
static org.apache.maven.model.Profile convertFromSettingsProfile(Profile settingsProfile)
           
static void merge(Settings dominant, Settings recessive, java.lang.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,
                         java.lang.String recessiveSourceLevel)
Parameters:
dominant -
recessive -
recessiveSourceLevel -

convertFromSettingsProfile

public static org.apache.maven.model.Profile convertFromSettingsProfile(Profile settingsProfile)
Parameters:
settingsProfile -
Returns:
a profile


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