org.apache.maven.settings
Class SettingsUtils

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

public final class SettingsUtils
extends java.lang.Object

Several convenience methods to handle settings

Version:
$Id: SettingsUtils.java 541186 2007-05-24 05:41:34Z vsiveton $
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-2011 Apache Software Foundation. All Rights Reserved.